acs.quantile: Quantiles for ACS PUMS Data.

Description Usage Arguments Value

View source: R/acs.quantile.R

Description

Estimate a range of quantiles on the ACS PUMS Data, using sample weights.

Usage

1
2
acs.quantile(x, field, probs = c(0.1, 0.25, 0.5, 0.75, 0.9),
  wt.rep.num = NULL)

Arguments

x

data.frame or similar with data filtered to relevant rows

field

the data field to take the quantiles over

probs

a vector of quantiles to take

wt.rep.num

the weight replicate number, if a replicate weight

Value

a vector of quantiles for the selected field over the given data


davidthaler/PUMSutils documentation built on July 13, 2019, 9:58 a.m.