logistic_summary_by_flag {tern} | R Documentation |
Logistic regression summary table
Description
Constructor for content functions to be used in summarize_logistic()
to summarize
logistic regression results. This function is a wrapper for rtables::summarize_row_groups()
.
Usage
logistic_summary_by_flag(
flag_var,
na_str = default_na_str(),
.indent_mods = NULL
)
Arguments
flag_var |
( |
na_str |
( |
.indent_mods |
(named |
Value
A content function.
[Package tern version 0.9.5 Index]