Extract Mapping to Standardised Variable Names
extractVariableNames.DataSubject.Rd
Extract a list
that maps the variable names in a user-defined
data.frame
to standardised values.
Usage
# S3 method for DataSubject
extractVariableNames(object)
Arguments
- object
(
DataSubject
)
subject-level data.
Value
A list with the following named elements:
subject
(character
)
the name of the variable containing the subject identifier.arm
(character
)
the name of the variable containing the arm identifier.study
(character
)
the name of the variable containing the study identifier.
See also
Other DataSubject:
DataSubject-class
,
as.data.frame.DataSubject()
,
as_print_string.DataSubject()
,
as_stan_list.DataSubject()
Other extractVariableNames:
extractVariableNames()
,
extractVariableNames.DataLongitudinal()
,
extractVariableNames.DataSurvival()