Description Usage Arguments Value Examples
Make percentiles for chart
1 | make_percentiles(data, var, ..., n = 100)
|
data |
tibble |
var |
variable to take the mean and median of |
... |
grouping variables, optional |
n |
number of ntiles, defaults to 100 for percentiles |
tibble
1 2 3 4 5 | ## Not run:
eoq::sample_acs %>% make_percentiles(totalwage)
eoq::sample_cps %>% make_percentiles(hourlywage, education)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.