Build pretty table of factor significance and level counts
Source:R/table_factor_sig.R
table_factor_sig_stats.Rd
Build pretty table of factor significance and level counts
Arguments
- obj
output from
get_rates_and_fractions()
orbatch_get_rates_and_fractions()
for one site.- which
one of "mits" or "cond" to specify which adjustment statistics to display
- print_columns
specific columns from the nested tibbles in the table column to print. Defaults to "MITS" and "non-MITS+DSS-only". "DSS-only" and "non-MITS" are the other two columns that can be printed.
- percent_digits
the number of digits to round the percent columns to. Defaults to 1.