-
Ive noticed a possible issue in regard to microdata through tidycensus and the wage data.
Long story short I have been working on micro data with IPUMSR and tidycensus packages and while I can get…
-
schild.jake@bls.gov believes the consumer expenditure survey will begin to include consumption microdata in future releases of the consumer expenditure survey
-
**Make sure you have read the documentation on [how to ingest survey microdata](https://github.com/ummel/fusionData#ingest-survey-data).**
2017 NHTS microdata and documentation [available here](htt…
ummel updated
2 years ago
-
## Main data sources I considered:
- [BRFSS](https://www.cdc.gov/brfss/index.html) : Behavioral Risk Factor Surveillance Survey
- [IPUMS](https://www.ipums.org/) : Integrated Public Use Microdat…
-
## Useful links
- [2017 New York City Housing and Vacancy Survey Microdata](https://www.census.gov/data/datasets/2017/demo/nychvs/microdata.html)
## How is the data structured?
- we have two gen…
SPTKL updated
3 years ago
-
SCF summary microdata can be loaded using
```
mdf.read_stata_zip(
'https://www.federalreserve.gov/econres/files/scfp{YYYY}s.zip')
```
For years 1992, 1995, 1998, 2001, 2004, 2007, 2010, 2013,…
-
Create new .R script `/survey-processed/NHTS/2017/NHTS_2017_P_processed.R`. See analogous [ACS](https://github.com/ummel/fusionData/blob/master/survey-processed/ACS/2019/ACS_2019_P_processed.R) proces…
ummel updated
2 years ago
-
Create new directory `/survey-processed/NHTS/2017` and new .R script `NHTS_2017_H_processed.R` inside it. See analogous [RECS](https://github.com/ummel/fusionData/blob/master/survey-processed/RECS/201…
ummel updated
2 years ago
-
Confirm that you are satisfied with the following files on your local machine:
1. raw data and documentation files stored at `survey-raw/NHTS/2017`
2. the .R processing script(s) at `survey-processe…
ummel updated
2 years ago
-
One way to check the processed microdata (including associated dictionary file) for obvious errors is to compile the package-wide data dictionary and then call `universe()` to browse the variable name…
ummel updated
2 years ago