Learn R Programming

JM (version 0.3-0)

jointModelObject: Fitted jointModel Object

Description

An object returned by the jointModel function, inheriting from class jointModel and representing a fitted joint model for longitudinal and time-to-event data. Objects of this class have methods for the generic functions anova, coef, fitted, fixed.effects, logLik, plot, print, random.effects, residuals, summary, and vcov.

Arguments

Value

  • The following components must be included in a legitimate jointModel object.
  • coefficientsa list with the estimated coefficients. The components of this list are: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

item

  • Hessian
  • logLik
  • EB
  • knots
  • iters
  • convergence
  • n
  • N
  • ni
  • d
  • id
  • x
  • y
  • data.id
  • method
  • termsY
  • termsT
  • formYx
  • formYz
  • formT
  • timeVar
  • control
  • call

describe

  • post.bthe estimated random effects values.
  • post.vbthe estimated variance for the random effects estimates.
  • Zbthe estimated random effects part of the linear predictor for the longitudinal outcome (i.e., $Z$ is the design matrix for the random effects $b$).
  • Ztimebthe estimated random effects part of the linear predictor for the survival outcome (i.e., evaluated at the observed event times).
  • Ztime2bthe estimated random effects part of the linear predictor for the survival outcome (i.e., for the $i$th sample unit is evaluated at all event times that are less or equal to the $i$th observed event time); returned only when method = "ph-GH".

code

control

See Also

jointModel