- ydata
the input longitudinal dataset for fitting a joint model.
It has been re-ordered in accordance with descending observation times in cdata.
- cdata
the input survival dataset for fitting a joint model.
It has been re-ordered in accordance with descending observation times.
- PropEventType
a frequency table of number of events.
- beta
the vector of fixed effects for the mean trajectory in the mixed effects location and scale model.
- tau
the vector of fixed effects for the within-subject variability in the mixed effects location and scale model.
- gamma1
the vector of fixed effects for type 1 failure for the survival model.
- gamma2
the vector of fixed effects for type 2 failure for the survival model.
Valid only if CompetingRisk = TRUE.
- alpha1
the vector of association parameter(s) for the mean trajectory for type 1 failure.
- alpha2
the vector of association parameter(s) for the mean trajectory for type 2 failure. Valid only if CompetingRisk = TRUE.
- vee1
the vector of association parameter(s) for the within-subject variability for type 1 failure.
- vee2
the vector of association parameter(s) for the within-subject variability for type 2 failure. Valid only if CompetingRisk = TRUE.
- H01
the matrix that collects baseline hazards evaluated at each uncensored event time for type 1 failure.
The first column denotes uncensored event times, the second column the number of events, and the third columns
the hazards obtained by Breslow estimator.
- H02
the matrix that collects baseline hazards evaluated at each uncensored event time for type 2 failure.
The data structure is the same as H01. Valid only if CompetingRisk = TRUE.
- Sig
the variance-covariance matrix of the random effects.
- iter
the total number of iterations until convergence.
- convergence
convergence identifier: 1 corresponds to successful convergence,
whereas 0 to a problem (i.e., when 0, usually more iterations are required).
- vcov
the variance-covariance matrix of all the fixed effects for both models.
- sebeta
the standard error of beta.
- setau
the standard error of tau.
- segamma1
the standard error of gamma1.
- segamma2
the standard error of gamma2.
Valid only if CompetingRisk = TRUE.
- sealpha1
the standard error of alpha1.
- sealpha2
the standard error of alpha2. Valid only if CompetingRisk = TRUE.
- sevee1
the standard error of vee1.
- sevee2
the standard error of vee2. Valid only if CompetingRisk = TRUE.
- seSig
the vector of standard errors of covariance of random effects.
- loglike
the log-likelihood value.
- EFuntheta
a list with the expected values of all the functions of random effects.
- CompetingRisk
logical value; TRUE if a competing event are accounted for.
- quadpoint
the number of Gauss Hermite quadrature points used for numerical integration.
- LongitudinalSubmodelmean
the component of the long.formula.
- LongitudinalSubmodelvariance
the component of the variance.formula.
- SurvivalSubmodel
the component of the surv.formula.
- random
the component of the random.
- call
the matched call.