pumswgt {reweight} | R Documentation |
This data gives the joint and marginal distributions of Tenure (2 levels) and Household Size (5 levels) in Florida from US Census data.
data(pumswgt)
A list with 4 components:
ori
tenure
hhsize
mar
ten1
ten2
np1
np2
np3
np4
np5
raw
wgt
The ori
, raw
, and wgt
components are from US
Census ACS (American Community Survey) PUMS (Public Use Micro Sample)
2004 data set containing two demographic factors: Tenure (ten)
and Household Size (np), along with a weight variable
wgtp, for the state Florida. They are further collapsed using the
R function aggregate
so that each factor combination in
ori
is unique.
The mar
component gives the marginal distribution of Tenure (2
levels) and Household Size (5 levels) from US Census SF1 (Summary File
1) 2000 data containing table H4 (Tenure) and H13 (Household Size) for
the state Florida.
The data is downloaded from two data sources in Census website http://dataferrett.census.gov:
Feiming Chen (2006) A Heuristic Method for Weighting Survey Respondents. JSM 2006 Proceedings.
data(pumswgt)