logistic_regression_cols {tern} | R Documentation |
Logistic regression multivariate column layout function
Description
Layout-creating function which creates a multivariate column layout summarizing logistic
regression results. This function is a wrapper for rtables::split_cols_by_multivar()
.
Usage
logistic_regression_cols(lyt, conf_level = 0.95)
Arguments
lyt |
( |
conf_level |
( |
Value
A layout object suitable for passing to further layouting functions. Adding this
function to an rtable
layout will split the table into columns corresponding to
statistics df
, estimate
, std_error
, odds_ratio
, ci
, and pvalue
.
[Package tern version 0.9.5 Index]