beta
The vector of all biomarker-specific fixed effects for
the linear mixed-effects submodels.
betaList
The list of biomarker-specific fixed effects for
the linear mixed-effects submodels.
gamma1
The vector of fixed effects for type 1 failure in the
survival submodel.
gamma2
The vector of fixed effects for type 2 failure in the
survival submodel. Valid only if CompetingRisk = TRUE.
alpha1
The vector of association parameters for type 1
failure.
alpha2
The vector of association parameters for type 2
failure. Valid only if CompetingRisk = TRUE.
H01
The matrix of baseline hazards evaluated at uncensored
event times for type 1 failure.
H02
The matrix of baseline hazards evaluated at uncensored
event times for type 2 failure. Valid only if
CompetingRisk = TRUE.
Sig
The variance-covariance matrix of the random effects.
sigma
The vector of biomarker-specific measurement-error
variances.
iter
The total number of iterations until convergence.
convergence
Convergence identifier: 1 indicates
successful convergence, whereas 0 indicates a convergence problem,
often requiring more iterations.
- tol
the convergence parameter.
vcov
The variance-covariance matrix of all fixed-effect
parameters.
FisherInfo
The empirical Fisher information matrix.
Score
A matrix of subject-specific score contributions.
sebeta
The standard errors of beta.
segamma1
The standard errors of gamma1.
segamma2
The standard errors of gamma2. Valid only if
CompetingRisk = TRUE.
sealpha1
The standard errors of alpha1.
sealpha2
The standard errors of alpha2. Valid only if
CompetingRisk = TRUE.
seSig
The vector of standard errors for covariance parameters
of the random effects.
sesigma
The standard errors of biomarker-specific
measurement-error variances.
pos.mode
The posterior mode of the conditional distribution
of random effects.
pos.cov
The posterior covariance of the conditional
distribution of random effects.
CompetingRisk
Logical value indicating whether competing
events are modeled.
ydata
The input longitudinal dataset, reordered according to
descending observation times in cdata.
cdata
The input survival dataset, reordered according to
descending observation times.
PropEventType
A frequency table of event types.
LongitudinalSubmodel
The longitudinal submodel specified by
long.formula.
SurvivalSubmodel
The survival submodel specified by
surv.formula.
random
The random-effects specification.
control
The fitting-control options used.
call
The matched function call.
id
The grouping vector for the longitudinal outcomes.
runtime
The total computation time.
latAsso
The pre-specified latent association structure.
landmark
The logical value indicating whether landmarking is used.
s
The pre-specified landmark time.
ytime
The name of the longitudinal time variable.