Skip to content

Commit

Permalink
Add example imputed data to ggmice() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneoberman committed Nov 6, 2023
1 parent d2768f2 commit a0549d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/ggmice.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#' @examples
#' dat <- mice::nhanes
#' ggmice(dat, ggplot2::aes(x = age, y = bmi)) + ggplot2::geom_point()
#' imp <- mice::mice(dat, print = FALSE)
#' ggmice(imp, ggplot2::aes(x = age, y = bmi)) + ggplot2::geom_point()
#' @seealso See the `ggmice` vignette to use the `ggmice()` function on
#' [incomplete data](https://amices.org/ggmice/articles/ggmice.html#the-ggmice-function)
#' or [imputed data](https://amices.org/ggmice/articles/ggmice.html#the-ggmice-function-1).
Expand Down
2 changes: 2 additions & 0 deletions man/ggmice.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0549d4

Please sign in to comment.