Skip to content

Commit

Permalink
Merge pull request #267 from insightsengineering/quickstart_head_dfs
Browse files Browse the repository at this point in the history
only head of imputed datasets
  • Loading branch information
gowerc authored Dec 10, 2021
2 parents 1e7c86e + 2e7e726 commit 14a1bce
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 14a1bce

Please sign in to comment.