Labels for column variables in binary response by subgroup table
Source:R/response_subgroups.R
d_rsp_subgroups_colvars.Rd
Internal function to check variables included in tabulate_rsp_subgroups()
and create column labels.
Arguments
- vars
(
character
)
variable names for the primary analysis variable to be iterated over.- conf_level
(
proportion
)
confidence level of the interval.- method
(
string
orNULL
)
specifies the test used to calculate the p-value for the difference between two proportions. For options, seetest_proportion_diff()
. Default isNULL
so no test is performed.