h_tab_one_biomarker {tern} | R Documentation |
Helper function for tabulation of a single biomarker result
Description
Please see h_tab_surv_one_biomarker()
and h_tab_rsp_one_biomarker()
, which use this function for examples.
This function is a wrapper for rtables::summarize_row_groups()
.
Usage
h_tab_one_biomarker(
df,
afuns,
colvars,
na_str = default_na_str(),
.indent_mods = 0L,
...
)
Arguments
df |
( |
afuns |
(named |
colvars |
(named |
na_str |
( |
.indent_mods |
(named |
... |
additional arguments for the lower level functions. |
Value
An rtables
table object with statistics in columns.
[Package tern version 0.9.5 Index]