Description Usage Arguments Value Examples
Groups small categories into a new bucket. Useful for preventing over-fitting on small categories.
1 | fixcat(x, minimum.cat.size = 15, other.name = "Other")
|
x |
Data frame or tibble. |
minimum.cat.size |
Minimum size for a category to not get grouped with other small categories. |
other.name |
Value name for the group of small categories. |
Data frame with modified columns.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.