cfbt01
Layoutcfbt01
Layout
cfbt01_lyt(
arm_var,
lbl_overall,
lbl_avisit,
lbl_param,
summaryvars,
summaryvars_lbls,
row_split_var,
row_split_lbl,
visitvar,
precision,
page_var,
.stats,
skip,
...
)
a PreDataTableLayouts
object.
(string
) variable used for column splitting
(string
) label used for overall column, if set to NULL
the overall column is omitted
(string
) label of the visitvar
variable.
(string
) label of the PARAM
variable.
(character
) the variables to be analyzed. For this table, AVAL
and CHG
by default.
(character
) the label of the variables to be analyzed.
(character
) additional row split variables.
(character
) label of further row splits.
(string
) typically one of "AVISIT"
or user-defined visit incorporating "ATPT"
.
(named list
of integer
) where names are values found in the PARAMCD
column and the values
indicate the number of digits in statistics. If default
is set, and parameter precision not specified,
the value for default
will be used.
(string
) variable name prior to which the row split is by page.
(character
) statistics names, see tern::analyze_vars()
.
Named (list
) of visit values that need to be inhibited.
not used.