norm_run | R Documentation |
Runs MI via norm package
norm_run(dt_in, num_m = 5, i, n_iter, chain = c("one", "multiple"))
dt_in |
tibble, to be imputed |
num_m |
numeric, Default: 5, number of imputations |
i |
numeric, the seed is defined as 666*i |
n_iter |
numeric, number of iterations to be used in data augmentation procedure |
chain |
character, 'one' or 'multiple' chains for data augmentation |
DETAILS
tibble of MI summary: qbar, ubar, b, v and t
tibble
map2
cor
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.