An object returned by one of the functions lm_imp(),
glm_imp(), clm_imp(), lme_imp(),
glme_imp(), clmm_imp(), survreg_imp()
or coxph_imp().
analysis_typelm, glm, clm, lme,
glme, clmm, survreg or
coxph with attributes
family and link
datathe original (incomplete) dataset
modelsnamed vector specifying the models used for longitudinal and incomplete covariates
fixedsupplied fixed effects formula
randomsupplied random effects formula
Mlista list: containing the data, split up into
outcome (y)
censoring indicator for survival outcomes (cens)
cross-sectional main effects (Xc)
cross-sectional interactions (Xic)
longitudinal main effects (Xl)
longitudinal interactions (Xil)
categorical cross-sectional incomplete variables (Xcat)
categorical longitudinal variables (Xlcat)
transformed cross-sectional variables (Xtrafo)
random effects design matrix (Z)
a list naming which columns of the above matrices are
covariates in the analysis model (cols_main)
a list giving the names of the covariates in the analysis
model per matrix (names_main)
specification for transformations (trafos)
specification for hierarchical centering (hc_list)
reference values and dummies for categorical variables (refs)
vector of auxiliary variables (auxvars)
grouping specification (groups)
the vector of variables to be scaled (scale_vars)
updated fixed effects structure (fixed2)
the number of categories if the outcome of the analysis model
is categorical (ncat)
the number of subjects (N)
whether posterior predictive checks are be enabled ppc (not yet used)
whether ridge shrinkage priors should are used for the
regression coefficients of the analysis model (ridge)
the number of random effects (nranef)
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
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 passed to rjags
parallelwhether parallel sampling was used
ncoreshow many cores were used in parallel sampling
monitor_paramsthe list of parameter groups to be monitored
data_listlist with data that was passed to rjags
scale_parsmatrix with parameters used to center and scale the continuous variables
hyperparsa list containing the values of the hyperparameters used
imp_par_lista list with parameters used to write the imputation model syntax
modelJAGS model
sampleMCMC sample on the sampling scale (included only if keep_scaled_sample = TRUE)
MCMCMCMC sample, scaled back to the scale of the data
timethe computational time used for the sampling (adaptive phase + sampling)
callthe original call