Layout-creating function which creates a multivariate column layout summarizing logistic
regression results. This function is a wrapper for rtables::split_cols_by_multivar()
.
logistic_regression_cols(lyt, conf_level = 0.95)
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
.
(PreDataTableLayouts
)
layout that analyses will be added to.
(proportion
)
confidence level of the interval.