norm_run: Runs MI via norm package

View source: R/norm_run.R

norm_runR Documentation

Runs MI via norm package

Description

Runs MI via norm package

Usage

norm_run(dt_in, num_m = 5, i, n_iter, chain = c("one", "multiple"))

Arguments

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

DETAILS

Value

tibble of MI summary: qbar, ubar, b, v and t

See Also

tibble map2 cor

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

yuliasidi/m2imp documentation built on Jan. 16, 2024, 3:59 a.m.