Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sureshlazaruspaul/MEPS-data-extraction
Extract Medical Expenditure Panel Survey's Household Consolidated Data Files using Stata
https://github.com/sureshlazaruspaul/MEPS-data-extraction
economic-models economics medical-research meps stata stata-codes stata-files stata-programs
Last synced: 3 months ago
JSON representation
Extract Medical Expenditure Panel Survey's Household Consolidated Data Files using Stata
- Host: GitHub
- URL: https://github.com/sureshlazaruspaul/MEPS-data-extraction
- Owner: sureshlazaruspaul
- Created: 2020-02-06T20:26:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T13:24:54.000Z (over 2 years ago)
- Last Synced: 2024-06-03T09:46:02.646Z (5 months ago)
- Topics: economic-models, economics, medical-research, meps, stata, stata-codes, stata-files, stata-programs
- Language: Stata
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meps_extract_stata
## Extract Medical Expenditure Panel Survey's Household Consolidated Data Files using Stata- This code downloads the datasets between the years 1996 and 2017 to the "C:\MEPS\DATA" directory by remotely running the Stata scripts that are published in the MEPS website.
- There is no need to manually download Stata codes for each year and execute locally.
- Should you require codes for individual years, they are available at the following link: https://meps.ahrq.gov/data_stats/download_data/pufs/XYZ/XYZstu.txt, where `XYZ` are yearly dataset names. For example, for 2012, it is `h155`
- Log files are produced for each year of data extraction in the same destination directory - "C:\MEPS\DATA".
- For more details, see [https://github.com/HHS-AHRQ/MEPS](https://github.com/HHS-AHRQ/MEPS)
Suggestions or corrections, let me know at [email protected].
***
**Updated code available**, click [here](https://raw.githubusercontent.com/sureshlazaruspaul/meps_extract_stata-v1.0.0/master/MEPSdat-v1.0.1.do)