
Split Function Factory for the Response Tables (RESP01)
Source:R/resp01_functions.R
resp01_split_fun_fct.RdThe main purpose here is to have a column dependent split into either comparative statistic (relative risk or odds ratio with p-value) in the 'Overall' column, and count proportions and corresponding confidence intervals in the other treatment arm columns.
Usage
resp01_split_fun_fct(method = c("rr", "or_logistic", "or_cmh"), conf_level)See also
rtables::make_split_fun() describing the requirements for this kind of
post-processing function.