Skip to content

Slides, agenda, and programming exercises for the most recent MEPS workshop

Notifications You must be signed in to change notification settings

PY1028/MEPS-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEPS Workshop

This repository contains the agenda, presentation slides, and programming exercises for the latest MEPS workshop.

MEPS workshops are designed for health services researchers who have a background or interest in using national health surveys. For questions regarding MEPS workshops, please contact Anita Soni at WorkshopInfo@ahrq.hhs.gov. Information on upcoming workshops is posted on the MEPS website. Check back regularly for updates.

More information about the Medical Expenditure Panel Survey (MEPS) and additional coding information and exercises can be found in the MEPS repository.

Programming exercises

The SAS, Stata, and R programming exercises are available in the sas_exercises, stata_exercises and r_exercises folders:

Exercise 1

National healthcare expenses, including:

  1. Overall expenses (National totals)
  2. Percentage of persons with an expense
  3. Mean expense per person
  4. Mean/median expense per person with an expense, by age group

Exercise 2

Purchases and expenses for narcotic analgesics or narcotic analgesic combos including:

  1. Number of purchases (fills)
  2. Total expenditures
  3. Out-of-pocket payments
  4. Third-party payments

Exercise 3

This program illustrates how to pool MEPS data files from different years. The example calculates:

  1. Percentage of people with bladder cancer (CABLADDR)
  2. Average expenditures per person, among adults with and without bladder cancer (TOTEXP, TOTSLF)

Exercise 4

This program includes a regression example for persons who delayed care due to the COVID-19 pandemic:

  1. Percentage of people delaying medical care, dental care, or prescribed medicine purchases
  2. Logistic regression: to identify demographic factors associated with delayed care

About

Slides, agenda, and programming exercises for the most recent MEPS workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 45.4%
  • SAS 27.9%
  • Stata 26.7%