- Y
A data frame, or matrix, with responses of the joint imputation model. Rows correspond to different observations, while columns are different variables. Missing values are coded as NA.
- 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.
- Z
A data frame, or matrix, for covariates associated to random effects in 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.
- clus
A data frame, or matrix, containing the cluster indicator for each observation.
- beta.start
Starting value for beta, the vector(s) of fixed effects. Rows index different covariates and columns index different outcomes. The default is a matrix of zeros.
- u.start
A matrix where different rows are the starting values within each cluster for the random effects estimates u. The default is a matrix of zeros.
- l1cov.start
in column. Dimension of each square matrix is equal to the number of outcomes in the imputation model. The default is the identity matrix for each cluster.
- l2cov.start
Starting value for the level 2 covariance matrix. Dimension of this square matrix is equal to the number of outcomes in the imputation model times the number of random effects. The default is an identity matrix.
- l1cov.prior
Scale matrix for the inverse-Wishart prior for the covariance matrices. The default is the identity matrix.
- l2cov.prior
Scale matrix for the inverse-Wishart prior for the level 2 covariance matrix. The default is the identity matrix.
- start.imp
Starting value for the imputed dataset.
- nburn
Number of iterations. Default is 1000.
- a
Starting value for the degrees of freedom of the inverse Wishart distribution of the cluster-specific covariance matrices. Default is 50+D, with D being the dimension of the covariance matrices.
- a.prior
Hyperparameter (Degrees of freedom) of the chi square prior distribution for the degrees of freedom of the inverse Wishart distribution for the cluster-specific covariance matrices. Default is D, with D being the dimension of the covariance matrices.
- meth
This can be set to "Fixed" or "Random". In the first case the function will consider fixed study-specific covariance matrices, in the second, random study-specific distributed according to an inverse-Wishart distribution.
- 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.