| joint.object | R Documentation |
joint objectAn 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.
joint.object
An object of class NULL of length 0.
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 joint for details.
sepassocsee joint for details.
sepestssee joint for 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 joint
for details.
dataa jointdata object. See
joint for details.
callthe model call. Can be used by
update.
Graeme L. Hickey
joint.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.