Skip to contents

Build pretty table of factor significance and level counts

Usage

table_factor_sig_stats(
  obj,
  which = c("mits", "cond"),
  print_columns = c("MITS", "non-MITS+DSS-only"),
  percent_digits = 1
)

Arguments

obj

output from get_rates_and_fractions() or batch_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.