View source: R/PoDDyHePoProjection.R
PoDDyHePoProjection | R Documentation |
PoDDyHePoProjection() is the main body for projection. It projects individual-level values of the variables using multiple imputation.
PoDDyHePoProjection(data, m = 5, maxit = 10, printFlag = F, ...)
data |
A well-formatted data set ready for projection. |
m |
Number of multiple imputations. The default is |
maxit |
A scalar giving the number of iterations. By default, 'maxit = 10'. |
printFlag |
If 'TRUE', 'mice' will print history on console. Use 'print=FALSE' for silent computation. |
... |
Formulas. |
Description of PoDDyHePoProjection()
It allows user to set up basic settings like number of multiple imputations(m
), number of iterations(maxit
) and whether to show the history(printFlag
). It returns a mids
object if and only if when every variable with missingess has given a formula.
Returns an S3 object of class mids
(multiply imputed data set)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.