Learn R Programming

chevron (version 0.2.7)

egt03_lyt: egt03 Layout

Description

egt03 Layout

Usage

egt03_lyt(
  arm_var,
  splitvar,
  summaryvar,
  lbl_armvar,
  lbl_summaryvars,
  lbl_param,
  page_var
)

Value

a PreDataTableLayouts object.

Arguments

arm_var

(string) variable used for column splitting

splitvar

(character) variables to be analyzed, typically "ANRIND". Labels of the corresponding columns are used as subtitles.

summaryvar

(character) variables to be analyzed, typically "BNRIND". Labels of the corresponding columns are used as subtitles.

lbl_armvar

(string) label of the arm_var variable.

lbl_summaryvars

(string) label of the summaryvar variable.

page_var

(string) variable name prior to which the row split is by page.