RAND 健康保险实验数据¶
描述¶
笔记¶
Number of observations - 20,190
Number of variables - 10
Variable name definitions::
    mdvis   - Number of outpatient visits to an MD
    lncoins - ln(coinsurance + 1), 0 <= coninsurance <= 100
    idp     - 1 if individual deductible plan, 0 otherwise
    lpi     - ln(max(1, annual participation incentive payment))
    fmde    - 0 if idp = 1; ln(max(1, MDE/(0.01 coinsurance))) otherwise
    physlm  - 1 if the person has a physical limitation
    disea   - number of chronic diseases
    hlthg   - 1 if self-rated health is good
    hlthf   - 1 if self-rated health is fair
    hlthp   - 1 if self-rated health is poor
    (Omitted category is excellent self-rated health)
来源¶
该数据由 RAND 公司作为健康保险实验 (HIE) 的一部分收集。
http://www.rand.org/health/projects/hie.html
此数据用于
Cameron, A.C. amd Trivedi, P.K. 2005.  `Microeconometrics: Methods
    and Applications,` Cambridge: New York.
并从以下位置获取:<http://cameron.econ.ucdavis.edu/mmabook/mmadata.html>
请参阅 randhie/src 以获取原始数据和描述。此处包含的数据仅包含原始数据的子集。与 Cameron 和 Trivedi 报告的数据略有不同。
版权¶
此为公共领域。
  最后更新:2024 年 10 月 3 日