analyze_functions {tern} | R Documentation |
Analyze functions
Description
These functions are wrappers of rtables::analyze()
which apply corresponding tern
statistics functions
to add an analysis to a given table layout:
-
summarize_colvars()
: even if this function usesrtables::analyze_colvars()
, it applies the analysis methods as different rows for one or more variables that are split into different columns. In comparison, analyze_colvars_functions leverageanalyze_colvars
to have the context split in rows and the analysis methods in columns.
See Also
-
summarize_functions for functions which are wrappers for
rtables::summarize_row_groups()
. -
analyze_colvars_functions for functions that are wrappers for
rtables::analyze_colvars()
.
[Package tern version 0.9.5 Index]