
Extract Mapping to Standardised Variable Names
extractVariableNames.DataSurvival.RdExtract a list that maps the variable names in a user-defined
data.frame to standardised values.
Usage
# S3 method for DataSurvival
extractVariableNames(object)Arguments
- object
(
DataSurvival)
Survival Data.
Value
A list with the following named elements:
frm(formula)
a symbolic description of the survival model to be fittedtime(character)
The name of the variable containing the event timeevent(character)
The name of the variable containing the event status
See also
Other DataSurvival:
DataSurvival-class,
as.data.frame.DataSurvival(),
as_print_string.DataSurvival(),
as_stan_list.DataSubject()
Other extractVariableNames:
extractVariableNames(),
extractVariableNames.DataLongitudinal(),
extractVariableNames.DataSubject()