
Extract Mapping to Standardised Variable Names
extractVariableNames.DataLongitudinal.RdExtract a list that maps the variable names in a user-defined
data.frame to standardised values.
Usage
# S3 method for DataLongitudinal
extractVariableNames(object)Arguments
- object
(
DataLongitudinal)
Longitudinal Data.
Value
A list with the following named elements:
subject(character)
The name of the variable containing the subject identifierfrm(formula)
of the formoutcome ~ timetime(character)
The name of the variable containing the outcome timeoutcome(character)
The name of the variable containing the outcome valuesthreshold(numeric)
cut-off value to be used to declare an observation as censored (below detection limit).
See also
Other DataLongitudinal:
DataLongitudinal-class,
as.data.frame.DataLongitudinal(),
as_print_string.DataLongitudinal(),
as_stan_list.DataSubject()
Other extractVariableNames:
extractVariableNames(),
extractVariableNames.DataSubject(),
extractVariableNames.DataSurvival()