An object returned by the jointModelBayes
function, inheriting from class JMbayes
and representing a fitted
joint model for longitudinal and time-to-event data. Objects of this class have methods for the generic functions
coef
, confint
, fixed.effects
, logLik
, plot
, print
,
random.effects
, summary
, and vcov
.
The following components must be included in a legitimate JMbayes
object.
a list with the MCMC samples for each parameter (except from the random effects if control argument keepRE
is FALSE
).
a list with posterior means.
a list with posterior modes calculated using kernel desnisty estimation.
a list with the posterior variance-covariance matrix for the random effects of each subject.
a list with posterior standard errors.
a list with effective sample sizes.
a list with posterior standard deviations.
a list with 95% credible intervals.
the variance-covariance matrix of the model's parameters based.
the pD value.
the deviance information criterion value.
the conditional predictive ordinate value.
the log pseudo marginal likelihood value.
the time used to fit the model.
a list with scaling constants in the Metropolis algorithm.
a list with the covariance matrices of the proposals in the Metropolis algorithm.
a list of acceptance rates.
a list with the design matrices for the longitudinal and event processes.
a list with the response vectors for the longitudinal and event processes.
a list of data frames with the data used to fit the models.
a list of terms objects for the various parts of the joint model.
a list of functions used for the various parts of the joint model.
a list of formulas for the two submodels.
the value of the timeVar
argument
the value of the control
argument.
a logical indicating whether a scale parameter is required in the longitudinal submodel.
the value of the param
argument.
a list with the specification of the prior distributions for the model's parameters. This has the same components as
the priors
argument of the jointModelBayes
function.
the value of the baseHaz
argument.
the value of the df.RE
argument.
the matched call.