extract_imputed_dfs | R Documentation |
Extracts the imputed datasets contained within an imputations
object generated
by impute()
.
extract_imputed_dfs(
imputations,
index = seq_along(imputations$imputations),
delta = NULL,
idmap = FALSE
)
imputations |
An |
index |
The indexes of the imputed datasets to return. By default,
all datasets within the |
delta |
A |
idmap |
Logical. The subject IDs in the imputed |
A list of data.frames equal in length to the index
argument.
delta_template()
for creating delta data.frames.
analyse()
.
## Not run:
extract_imputed_dfs(imputeObj)
extract_imputed_dfs(imputeObj, c(1:3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.