Wrapper function for no_of_impute.
impute(no_of_impute = 10000, number_mcmc = 10000, .data = NULL)
no_of_impute | integer. Number of Monte Carlo imputations for missing data. |
---|---|
number_mcmc | scalar. Number of Markov Chain Monte Carlo (MCMC) draws from posterior distribution. |
.data | NULL. This should not be changed by the user. |
A list with number of imputation.
impute(no_of_impute = 100, number_mcmc = 1000)#> $N_impute #> [1] 100 #> #> $number_mcmc #> [1] 1000 #>