-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,23 @@ interact with a variable as a [`Result` | |
type](https://en.wikipedia.org/wiki/Result_type), an abstraction often | ||
found in functional programming) | ||
|
||
Although this may seem like a simple premise on the surface, it has deep | ||
implications! In addition to `vignette("interlacer")`, be sure to also | ||
check out: | ||
|
||
- `vignette("mutations")` for a discussion on how to motify data frames | ||
when in this format | ||
|
||
- `vignette("column-types")` to see how to handle column-level missing | ||
reasons | ||
|
||
- `vignette("coded-data")` for some recipies for working with coded data | ||
(e.g. data produced by SPSS, SAS or Stata) | ||
|
||
- `vignette("other-approaches")` for a deep dive into how interlacer’s | ||
approach compares to other approaches for representing and | ||
manipulating missing reasons alongside data values | ||
|
||
This library is currently in its experimental stages, so be aware that | ||
its interface is likely to change in the future. In the meantime, please | ||
try it out and [let me know what you think](mailto:[email protected])! | ||
|