An object returned by one of the functions lm_imp(),
glm_imp() or lme_imp().
analysis_typelm, glm or lme, with attributes
family and link
datathe original dataset
methnamed vector specifying imputation methods and sequence
fixedsupplied fixed effects structure
randomsupplied random effects structure
Mlista list of matrices that contain the data split up into outcome (y), cross-sectional main effects (Xc), cross-sectional interactions (Xic), longitudinal main effects (Xl), longitudinal interactions (Xil), categorical incomplete variables (Xcat), transformed cross-sectional variables (Xtrafo), random effects design matrix (Z), the vector of variables to be scaled (scale_vars), reference values and dummies for categorical variables (refs), specification for transformations (trafos), specification for hierarchical centering (hc_list), vector of auxiliary variables (auxvars), grouping specification (groups), updated fixed effects structure (fixed2), names of updated design matrix (X2_names)
refcatsA list naming the reference categories for all categorical covariates.
Kmatrix specifying the indices of the regression coefficients that are related to different parts of the model
K_impmatrix specifying the indices of regression coefficients for the imputation models relating to different covariates
mcmc_settingsa list with elements
MCMCpackagewhich package has been used (at the moment only JAGS is implemented)
modelfilename and path of JAGS model file
n.chainsnumber of MCMC chains
n.adaptnumber of iterations in the adaptive phase
n.iternumber of iterations in the MCMC sample
variable.namesmonitored nodes
thinthinning of the MCMC sample
initsa list containing the initial values that were used
data_listlist with data that was passed to JAGS
scale_parsmatrix with parameters used to center and scale the continuous variables
hyperparsa list containing the values of the hyperparameters used
modelJAGS model
sampleMCMC sample (Note: if continuous variables have been scaled during the sampling, the posterior sample here is on the scaled scale, not on the original scale.)
MCMCif scaling was done: MCMC sample, scaled back to original scale
timethe computational time used for the sampling (adaptive phase + sampling)
callthe original call