| joint.object {joineR} | R Documentation |
Fitted joint object
Description
An object returned by the joint function, inheriting from
class joint and representing a fitted joint model for longitudinal
and time-to-event (or competing risks) data.
Usage
joint.object
Format
An object of class NULL of length 0.
Value
A list with the following components.
coefficientsa list with the estimated coefficients. The components of this list are:
fixedlongitudinal and survival sub-model fixed effects.
randomthe BLUPs of the random effects.
latentthe latent association parameter(s) from the time-to-event sub-model.
sigama.za numeric double for the residual standard error.
sigma.uthe variance-covariance matrix of the random effects.
hazarda vector of the (centered) baseline hazards at each unique failure time.
log.likthe log-likelihood from the joint model fit and sub-model contributions.
numIterthe number of EM algorithm iterations.
convergencea logical value of whether convergence was achieved or not.
modelsee
jointfor details.sepassocsee
jointfor details.sepestssee
jointfor details.compRiska logical value indicating whether competing risks were detected or not.
sep.loglikethe log-likelihood from the joint model fit (with association set to zero) and separately fitted sub-model contributions.
formulaea list of model formulae. See
jointfor details.datacallthe model call. Can be used by
update.
Author(s)
Graeme L. Hickey