Survival Data Object and Constructor Function
DataSurvival-class.Rd
The DataSurvival
class handles the processing of the survival data
for fitting a JointModel
.
Arguments
- data
(
data.frame
)
the observed time-to-event data.- formula
(
formula
)
of the formSurv(time, event) ~ cov1 + cov2 + ...
. Seesurvival::Surv()
for more details, though note that this package only supports right censoring.
See also
Other DataObjects:
DataJoint-class
,
DataLongitudinal-class
,
DataSubject-class
Other DataSurvival:
as.data.frame.DataSurvival()
,
as_print_string.DataSurvival()
,
as_stan_list.DataSubject()
,
extractVariableNames.DataSurvival()