| MEPS2001 {ssmrob} | R Documentation |
Ambulatory Expenditures Data
Description
The dataset is an extract from the Medical Expenditures Panel Survey. Sample of 3328 observations, with 526 zero expenditures. It was used for illustrative examples by Cameron and Trivedi (2009, Chapter 16).
Usage
data(MEPS2001)
Format
A data frame with 3328 observations on the following 12 variables.
educEducational attainment, in years.
ageAge.
incomeIncome.
femaleLogical, TRUE if female.
totchrNumber of chronic diseases.
age2Age squared
ambexpAmbulatory expenditures.
lambexpLog ambulatory expenditures.
blhispEthnicity. Logical, TRUE if black or hispanic.
dambexpLogical, TRUE if the ambulatory expenditures are greater than zero.
lnambxLog ambulatory expenditures, with zeros replacing NA's.
insInsurance status. Logical, TRUE if insured.
Source
2001 Medical Expenditure Panel Survey by the Agency for Healthcare Research and Quality.
References
Cameron, C.A. and Trivedi, P.K. (2009) Microeconometrics Using Stata, College Station, TX: Stata Press.
Examples
data(MEPS2001)
summary(MEPS2001)