Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`n` argument for `step_other` #289
Comments
|
Using a |
|
Instead of adding a new argument, we could just use |
Would like if
thresholdargument withinstep_other()could be specified by an integer (rather than just by proportion), or had a separatenargument to specify the minimum sample size before it is collapsed into the "other" category.E.g. to specify minimum sample size of 30:
I'm curious what the best way of doing this is currently? (Link to hack for specifying consistent sample size to
step_otheracross datasets of different sizes.)