as_scdf Converts a data frame to an scdf object.
as_scdf(
object,
cvar = "case",
pvar = "phase",
dvar = "values",
mvar = "mt",
phase_names = NULL,
sort_cases = FALSE
)
A data.frame
Sets the variable name of the "case" variable. Defaults to
"case"
.
Sets the variable name of the "phase" variable. Defaults to
"phase"
.
Sets the variable name of the "values" variable. Defaults to
"values"
.
Sets the variable name of the "mt" variable. Defaults to
"mt"
.
A character vector with phase names. Defaults to the phase names provided in the phase variable.
If set TRUE, the resulting list is sorted by label names (alphabetically increasing).