table_factor_sig_stats: Build pretty table of factor significance and level counts

View source: R/table_factor_sig.R

table_factor_sig_statsR Documentation

Build pretty table of factor significance and level counts

Description

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.


ki-tools/champs-mortality documentation built on Oct. 9, 2022, 6:32 a.m.