Description Usage Arguments Value Examples
Given a dataset of ordinal values (e.g. survey responses), obtain continuous imputed responses based on quantiles of N(0,1), and using all other columns (similar to the MICE package).
1 | gen.imp.resp(data, num.iter = 5)
|
data |
a data.frame containing ordinal variables (e.g. survey responses). |
num.iter |
a number specifying the number of times to iterate the imputation (defaults to 20) |
A data.frame containing the imputed responses.
1 2 3 | imputed <- gen.imp.resp(multiis, num.iter = 1)
head(imputed)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.