基本信息
文件名称:quantile regression program and output分位数回归程序输出.pdf
文件大小:271.46 KB
总页数:10 页
更新时间:2025-07-24
总字数:约1.4万字
文档摘要

#QuantileRegressioninR

#Copyright2013byAniKatchova

#install.packages(quantreg)

library(quantreg)

mydata-read.csv(C:/Econometrics/Data/quantile_health.csv)

attach(mydata)

#Definevariables

Y-cbind(totexp)

X-cbind(suppins,totchr,age,female,white)

#De