| mm_randhie {stevedata} | R Documentation |
Data from the RAND Health Insurance Experiment (HIE)
Description
These are data from the RAND Health Insurance Experiment (HIE). People who have read Mastering 'Metrics should recognize these data. They're featured prominently in that book and the authors' discussion of random assignment and experiments.
Usage
mm_randhie
Format
The data are a list of two data frames (or "tibbles"). The first is the baseline data.
plantypethe plan coverage of the respondent, as a factor
agethe age of the respondent
blackhispwhether the respondent is not white
cholestthe cholesterol level of the respondent (in
mg/dl)educperthe education-level of the respondent
femalewhether the respondent is a woman
ghindxa general health index
hospwas the respondent hospitalized last year?
income1cpithe family/household income of the respondent, adjusted for inflation
mhia mental health index
systolthe systolic blood pressure level of the respondent (in
mm HG)
The second is the outcome data.
plantypethe plan coverage of the respondent, as a factor
ftfthe number of face-to-face visits for the respondent
out_infthe total of out-patient expenses for the respondent
totadmthe number of hospital admissions for the respondent
tot_infthe total health expenses for the respondent
Details
Data are already cleaned in a way that facilitates an easy replication of Table 1.3 and a partial replication of Table 1.4 in Mastering 'Metrics. Check the book's website for more information. I want to note that my treatment of the data leans heavily on Jeff Arnold's treatment of it. Check https://jrnold.github.io/masteringmetrics/ for more information. Future updates to the data may pursue a more exhaustive replication. I will only note these data are a mess and the authors of Mastering 'Metrics do not do a great job annotating code.
Source
RAND Health Insurance Experiment.