- Y
A data.frame containing the outcomes of the imputation model. Columns related to continuous variables have to be numeric and columns related to binary/categorical variables have to be factors.
- X
A data frame, or matrix, with covariates of the joint imputation model. Rows correspond to different observations, while columns are different variables. Missing values are not allowed in these variables. In case we want an intercept, a column of 1 is needed. The default is a column of 1.
- beta.start
Starting value for beta, the vector(s) of fixed effects. Rows index different covariates and columns index different outcomes. For each n-category variable we have a fixed effect parameter for each of the n-1 latent normals. The default is a matrix of zeros.
- l1cov.start
Starting value for the covariance matrix. Dimension of this square matrix is equal to the number of outcomes (continuous plus latent normals) in the imputation model. The default is the identity matrix.
- l1cov.prior
Scale matrix for the inverse-Wishart prior for the covariance matrix. The default is the identity matrix.
- nburn
Number of burn in iterations. Default is 100.
- nbetween
Number of iterations between two successive imputations. Default is 100.
- nimp
Number of Imputations. Default is 5.
- output
When set to any value different from 1 (default), no output is shown on screen at the end of the process.
- out.iter
When set to K, every K iterations a dot is printed on screen. Default is 10.