make_percentiles: Make percentiles for chart

Description Usage Arguments Value Examples

View source: R/process_data.R

Description

Make percentiles for chart

Usage

1

Arguments

data

tibble

var

variable to take the mean and median of

...

grouping variables, optional

n

number of ntiles, defaults to 100 for percentiles

Value

tibble

Examples

1
2
3
4
5
## Not run: 
eoq::sample_acs %>% make_percentiles(totalwage)
eoq::sample_cps %>% make_percentiles(hourlywage, education)

## End(Not run)

economic-opportunity/eoq documentation built on March 24, 2021, 2:22 a.m.