Description Usage Arguments Value
View source: R/hmi_imp_count_multi_2018-04-17.R View source: R/hmi_imp_count_multi_2018-02-23.R View source: R/hmi_imp_count_multi_2018-02-07.R View source: R/hmi_imp_count_multi_2017-10-12.R View source: R/hmi_imp_count_multi_2017-04-11.R View source: R/hmi_imp_count_multi_2017-01-04.R View source: R/hmi_imp_count_multi_2016-12-24.R View source: R/hmi_imp_count_multi.R
The function is called by the wrapper.
| 1 2 | imp_count_multi(y_imp_multi, X_imp_multi, Z_imp_multi, clID, M = 10,
  nitt = 3000, thin = 10, burnin = 1000)
 | 
| y_imp_multi | A Vector with the variable to impute. | 
| X_imp_multi | A data.frame with the fixed effects variables. | 
| Z_imp_multi | A data.frame with the random effects variables. | 
| clID | A vector with the cluster ID. | 
| M | An integer defining the number of imputations that should be made. | 
| nitt | An integer defining number of MCMC iterations (see MCMCglmm). | 
| thin | An integer defining the thinning interval (see MCMCglmm). | 
| burnin | An integer defining the percentage of draws from the gibbs sampler that should be discarded as burn in (see MCMCglmm). | 
A n x M matrix. Each column is one of M imputed y-variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.