Description Usage Arguments Examples
This function calculates a decile table for any combination of numerical and categorical variables.
1 2 |
df |
A data frame. |
binning |
Variable for which binning should be applied. |
grouping |
A two-level (binary) variable to calculate the ratio in each bin. |
top_level |
Top level of the grouping variable. Defaults to "1". |
n_bins |
Provide a number of bins. Defaults to 10. |
format |
Should table printing be formatted with kable? Defaults to FALSE |
... |
Additional grouping columns to calculate deciles |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.