| INLAjoint.object {INLAjoint} | R Documentation |
Fitted joint object
Description
An object of class INLAjoint returned by the joint
function that fits a joint model to multivariate longitudinal and
time-to-event data. The following functions can apply to objects of this
class: plot, print, summary and priors.used.
Usage
INLAjoint.object
Format
An object of class NULL of length 0.
Value
A list with the following components:
names.fixeda vector with the name of the fixed effects of the model. The corresponding submodel is indicated by the suffix including a letter and a number ("L" for longitudinal and "S" for survival).
summary.fixedsummary statistics for the fixed effects of the model. The summary statistics sorted by longitudinal and survival components are available by applying the
summaryfunction to theINLAjointobject.summary.fixedmarginals for the fixed effects of the model.
mliklog marginal-likelihood.
cpoConditional Predictive Ordinate.
gcpoGroup-Conditional Predictive Ordinate.
poPredictive ordinate.
waicWidely applicable Bayesian information criterion
model.randoma vector with the name of the random parameters of the model, possibly including the following components:
RW1 model and RW2 modelRandom walk of order 1 or 2 corresponding to Bayesian smoothing splines for the baseline hazard risk
IID modelUnivariate random effect.
IIDKD modelMultivariate random effects.
Copyassociation parameter.
summary.randomsummary statistics for the random parameters of the model.
marginals.randommarginals for the random parameters of the model.
size.randomsize of the random parameters of the model.
summary.linear.predictorsummary statistics of the linear predictors.
marginals.linear.predictormarginals for the linear predictors.
summary.fitted.valuessummary statistics of the fitted values.
marginals.fitted.valuesmarginals for the fitted values.
size.linear.predictorsize of the linear predictors.
summary.hyperparsummary statistics for the hyperparameters of the model. The summary statistics sorted by longitudinal and survival components are available by applying the
summaryfunction to theINLAjointobject. Particularly, this is the raw output of INLA and therefore the precision of the residual errors and baseline hazard functions hyperparameters are provided. Similarly, the Cholesky matrix is given for the random-effects. The summary function can easily return either variance and covariance or standard deviations and correlations for all these hyperparameters.marginals.hyperparmarginals for the hyperparameters of the model.
internal.summary.hyperparsummary of the internal hyperparameters, this is similar to the summary of the hyperparameters but here they are provided as used for the computations (logarithm scale for residual error and baseline risk hyperparameters).
internal.marginals.hyperparmarginals for the internal hyperparameters of the model.
miscmiscellaneous (as provided in the INLA output).
dicDeviance Information Criterion.
mode.
joint.hyper.
nhyper.
versionVersion of INLA.
cpu.usedComputation time of INLA.
all.hyper.
.args.
callINLA call.
selectioninformation about parameters for sampling with inla.rjmarginal.
cureVarinformations about cure fraction submodel for mixture cure survival models.
variantinformation about variant for Weibull baseline hazards.
SurvInfosome information about survival submodels (names of event indicator and event time variables as well as baseline hazard).
famLongilist of distributions for the longitudinal markers.
corLongboolean indicating if random effects are correlated accross markers.
control.linkinformations about link function (1=default).
longOutcomename of longitudinal outcomes.
survOutcomename of survival outcomes.
assocvector with names of all association parameters (longi-surv).
idname of the id variable.
timeVarname of time variable.
rangeinformation about range of X-axis values for non-linear associations.
REstrucnames of the grouped random effects for the longitudinal markers.
mat_kcontains the list of random effects covariance matrices when they are fixed as they are not part of the estimated parameters (used for displaying them in summary).
fixRElist of the size of number of groups of random effects, each element is a boolean indicating if the random effects of the group is fixed (TRUE) or estimated (FALSE).
lonFacCharlist of factors and character covariates included in the longitudinal submodels to keep track of modalities (used internally when doing predictions to reconstruct categorical covariates).
survFacCharsame as lonFacChar but for survival submodels.
corRElist indicating if groups of random effects are correlated within longitudinal submodels.
basRisklist of the baseline risk used for each survival submodel.
priors_usedinformations about priors used in the model, internally used to display priors in plots (with argument priors=TRUE in the call of the plot function). Note that priors can also be displayed with the function priors.used() applied to an INLAjoint object.
dataLongname of the longitudinal dataset.
dataSurvname of the survival dataset.