An object returned by one of the main functions
*_imp.
Value
analysis_typelm,glm,clm,lme,glme,clmm,survregorcoxph(with attributesfamilyandlinkfor GLM-type modelsformulaThe formula used in the (analysis) model.
dataoriginal (incomplete, but pre-processed) data
modelsnamed vector specifying the the types of all sub-models
fixeda list of the fixed effects formulas of the sub-model(s) for which the use had specified a formula
randoma list of the random effects formulas of the sub-model(s) for which the use had specified a formula
Mlista list (for internal use) containing the data and information extracted from the data and model formulas, split up into
a named vector identifying the levels (in the hierarchy) of all variables (
Mlvls)a vector of the id variables that were extracted from the random effects formulas (
idvar)a list of grouping information for each grouping level of the data (
groups)a named vector identifying the hierarchy of the grouping levels (
group_lvls)a named vector giving the number of observations on each level of the hierarchy (
N)the name of the time variable (only for survival models with time-varying covariates) (
timevar)a formula of auxiliary variables (
auxvars)a list specifying the reference categories and dummy variables for all factors involved in the models (
refs)a list of linear predictor information (column numbers per design matrix) for all sub-models (
lp_cols)a list identifying information for interaction terms found in the model formulas (
interactions)a
data.framecontaining information on transformations of incomplete variables (trafos)a
data.framecontaining information on transformations of all variables (fcts_all)a logical indicator if parameter for posterior predictive checks should be monitored (
ppc; not yet used)a vector specifying if shrinkage of regression coefficients should be performed, and if so for which models and what type of shrinkage (
shrinkage)the number of degrees of freedom to be used in the spline specification of the baseline hazard in proportional hazards survival models (
df_basehaz)a list of matrices, one per level of the data, specifying centring and scaling parameters for the data (
scale_pars)a list containing information on the outcomes (mostly relevant for survival outcomes;
outcomes)a list of terms objects, needed to be able to build correct design matrices for the Gauss-Kronrod quadrature when, for example, splines are used to model time in a joint model (
terms_list)
par_index_maina list of matrices specifying the indices of the regression coefficients for each of the main models per design matrix
par_index_othera list of matrices specifying the indices of regression coefficients for each covariate model per design matrix
jagsmodelThe JAGS model as character string.
mcmc_settingsa list containing MCMC sampling related information with elements
modelfile:path and name of the JAGS model file
n.chains:number of MCMC chains
n.adapt:number of iterations in the adaptive phase
n.iter:number of iterations in the MCMC sample
variable.names:monitored nodes
thin:thinning interval of the MCMC sample
inits:a list containing the initial values that were passed to rjags
monitor_paramsthe named list of parameter groups to be monitored
data_listlist with data that was passed to rjags
hyperparsa list containing the values of the hyper-parameters used
info_lista list with information used to write the imputation model syntax
coef_lista list relating the regression coefficient vectors used in the JAGS model to the names of the corresponding covariates
modelthe JAGS model (an object of class 'jags', created by rjags)
sampleMCMC sample on the sampling scale (included only if
keep_scaled_sample = TRUE)MCMCMCMC sample, scaled back to the scale of the data
comp_infoa list with information on the computational setting (
start_time: date and time the calculation was started,duration: computational time of the model adaptive and sampling phase,JointAI_version: package version,R_version: theR.version.string,parallel: whether parallel computation was used,workers: if parallel computation was used, the number of workers)fitted.valuesfitted/predicted values (if available)
residualsresiduals (if available)
callthe original call
