View source: R/table_factor_sig.R
table_factor_sig_stats | R Documentation |
Build pretty table of factor significance and level counts
table_factor_sig_stats( obj, which = c("mits", "cond"), print_columns = c("MITS", "non-MITS+DSS-only"), percent_digits = 1 )
obj |
output from |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.