Skip to content

Commit

Permalink
only head of imputed datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
nociale committed Dec 6, 2021
1 parent 1e7c86e commit 2e7e726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/quickstart.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ object using the `extract_imputed_dfs()` helper function, i.e.:

```{r}
imputed_dfs <- extract_imputed_dfs(imputeObj)
imputed_dfs[[1]]
imputed_dfs[[2]]
head(imputed_dfs[[1]])
head(imputed_dfs[[2]])
```

Note that in the case of `method_condmean()` the first imputed dataset will always correspond to the completed original dataset containing all subjects.
Expand Down

0 comments on commit 2e7e726

Please sign in to comment.