proportion: Estimates a Proportion from the ACS PUMS Data

Description Usage Arguments Value References

View source: R/proportion.R

Description

Estimates a proportion from the ACS PUMS data (either housing or population) using the sample weights.

Usage

1
proportion(numerator, denominator, wt.rep.num = NULL)

Arguments

numerator

data frame with the records of the subset class (numerator)

denominator

data frame with records of the population (denominator)

wt.rep.num

the weight replicate number, if a replicate weight

Value

The point estimate of the proportion

References

http://www2.census.gov/programs-surveys/acs/tech_docs/pums/ACS2016_PUMS_README.pdf


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