I can’t get SAS to model the cluster effects in the MEPS data set

Steve Simon

2011-09-02

Dear Professor Mean,

I’m trying to use SAS to analyze data from the Medical Expenditure Panel Survey (MEPS) but when I try to model the cluster effect using proc glimmix, I get an error message. What am I doing wrong?

Dear reader,

MEPS is a complicated data set that uses stratification, clustering, multiple stages of selection, and disproportionate sampling. Furthermore, the MEPS sampling weights reflect adjustments for survey nonresponse and adjustments to population control totals from the Current Population Survey, as noted here.

While proc glimmix does work for clustering, it doesn’t take all the other factors into consideration. I pretty sure that glimmix, even with weights, won’t produce meaningful results. The SAS examples at the website noted above all use proc surveymeans. You can also use SUDAAN (which was built with this type of survey in mind), Stata (with the svy commands), or SPSS (only with the complex survey add-on).

You can find an earlier version of this page on my original website.