View source: R/table_adjust_decision.R
table_adjust_decision | R Documentation |
Selected variables decision table
table_adjust_decision( obj, alpha_value = 0.1, pmissing = 20, percent_digits = 1 )
obj |
an object that comes from |
alpha_value |
the threshold to compare against the p-value. Cells are colored based on this value |
pmissing |
the percent missing allowed for a factor to be considered in the decision table. Cells are colored using this value. |
percent_digits |
the number of digits to round the percent missing to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.