<variable>.<parameter>
VariablesThe function creates temporary parameters and variables of the form
<variable>.<parameter>
, e.g., AVAL.WEIGHT
.
get_hori_data(dataset, by_vars, parameters, set_values_to, filter)
A dataset with one observation per by group. It contains the
variables specified for by_vars
and all variables of the form
<variable>.<parameter>
occurring in set_values_to
.
Input dataset
The variables specified by the by_vars
argument are expected to be in the dataset.
Grouping variables
Permitted Values: list of variables created by exprs()
e.g. exprs(USUBJID, VISIT)
List of parameter codes
The input dataset is restricted to the specified parameter codes. If an expression is specified, a new parameter code is added to the input dataset. The name of the element defines the parameter code and the expression the observations to select.
Permitted Values: A character vector of PARAMCD
values or a list of expressions
All variables of the form <variable>.<parameter>
like AVAL.WEIGHT
are
added to the input dataset. They are set to the value of the variable for
the parameter. E.g., AVAL.WEIGHT
is set to the value of AVAL
where
PARAMCD == "WEIGHT"
.
Permitted Values: A list of expressions
Filter condition used for restricting the input dataset
The specified filter condition is used in the warnings only. It is not applied to the input dataset.
Permitted Values: An unquoted expression