get_variable_list {expirest} | R Documentation |
Listing of variable names
Description
The function get_variable_list()
makes a list of the (original) and,
if applicable, the transformed variable names.
Usage
get_variable_list(response_vbl, time_vbl, batch_vbl, xform = c("no", "no"))
Arguments
response_vbl |
A character string that specifies the response variable
name that must be a column of |
time_vbl |
A character string that specifies the time variable name
that must be a column of |
batch_vbl |
A character string that specifies the column in |
xform |
A vector of two character strings that specifies the
transformation of the response and the time variable. The default is
“no” transformation, i.e. |
Details
The function get_variable_list()
makes a list of the
variable names. If data have been transformed, the list comprises the
original variable name(s) (with suffix .orig in the corresponding list
element names) and the transformed variable name(s).
Value
A list with the variable names. If the data have been transformed,
the list element names of the original variables have the suffix
".orig"
.
See Also
expirest_osle
, expirest_wisle
.