- Notifications
You must be signed in to change notification settings - Fork0
MEPS Two-Year Longitudinal Files
NotificationsYou must be signed in to change notification settings
jjchern/meps.panel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The goal ofmeps.panel
is to wrap the two-year panel files from the Medical Expenditure Panel Survey (meps
) Household Component (HC) in an R data package. All variable labels and value labels are included.
For more information about the consolidated MEPS-HC panel files, seethe AHRQ webpages, or the example code from theHHS-AHRQ/MEPS
repo by@e-mitchell
.
For another attempt of downloading the MEPS data, seetheajdamico/asdfree
repo by@ajdamico
.
Currently the package includes data from panel 16 (2011-2012), panel 17 (year 2012-2013), and panel 18 (year 2013-2014). The rest of the panel files will be packaged soon.
- Full Year Consolidated Files:
meps.hc
- Person Round Plan Files:
meps.prpl
- Two-Years Longitudinal Files:
meps.panel
# install.packages("devtools")devtools::install_github("jjchern/meps.panel")# To uninstall the package, use:# remove.packages("meps.panel")