- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
微观计虽经济学模型( Model of Microeconometrics )
Generalized Linear Models
Three aspects of the linear regression model for conditionally normally distributed response y are:
The linear predictor i xT through which i E(y」Xi).
(2) y |Xi
⑶i
is N( i, 2)
GLMs: extends (2)and(3) to
distributions for y. Specifically,
more general families yi | xi may follow a density:
— 、 y
f(y; , ) exp 7
,c(y;)
of
:canonical parameter, depends on the linear predictor.
:dispersion parameter, is often known.
Also i and i are related by a monotonic transformation, g( i) i
Called the link function of the GLM.
Selected GLM families and their canonical link
Family
Canonical link
Name
binomial
log( /(1 ))
logit
gaussian
identity
poisson
log
log
Binary Dependent Variables
Model:
E(yi|Xi) Pi F(xT ),i 1,2,......n
In the probit case: F equals the standard normal CDF
In the logit case: F equals the logistic CDF
Example:
(1)Data
Considering female labor participation for a sample of 872 women from Switzerland.
The dependent variable: participation
The explain variables:
income,age,education,youngkids,oldkids,foreignyesandageA2
R:
library(AER)
data(SwissLabor)
summary(SwissLabor)
participation income
age
education
no :471
Min. : 7.187
Min. :2.000
Min. : 1.000
yes:401
1st Qu.:10.472
1st Qu.:3.200
1st Qu.: 8.000
Median :10.643
Median :3.900
Median : 9.000
Mean :10.686
Mean :3.996
Mean : 9.307
3rd Qu.:10.887
3rd Qu.:4.800
3rd Qu.:12.000
Max. :12.376
Max. :6.200
Max. :21.000
youngkids
oldkids
foreign
Min. :0.0000
Min. :0.0000
no :656
1st Qu.:0.0000
1st Qu.:0.0000
yes:216
Median :0.0000
Median :1.0000
Mean :0.3119
Mean :0.9828
3rd Qu.:0.0000
3rd Qu.:2.0000
Max. :3.0000
Max. :6.0000
Estimation
R:
swiss_prob=glm(participation~.+I(ageA2),data=SwissLabor,family=bino
mial(link=probit)) summary(swiss_prob)
Call:
glm(formula = participation ~ . + I(ageA2), family = binomial(link = probit),
data = SwissLabor)
Deviance Residuals:
Min 1Q Median 3Q Max
-1.9191 -0.9695 -0.4792 1.0209 2.4803
Coefficients:
Estimate Std. Error z
您可能关注的文档
最近下载
- 中国专利奖申报书.docx VIP
- 约翰克兰John Crane SE系列 培训指南.pdf VIP
- 结构化面试护士50道面试题附答案.docx VIP
- 山东省三级老年病医院基本标准(2023).docx VIP
- 统编版小学三年级上册语文精品课件 司马光.ppt VIP
- ancient-chinese-philosophy中国古代哲学.ppt VIP
- 4.3海-气相互作用课件 高中地理人教版(2019)选择性必修一.pptx VIP
- 砂土地基钢板桩施工振动锤选型及应用-华北交通工程.pdf
- 10SG614-2 砌体填充墙构造详图(二)(与主体结构柔性连接).pdf VIP
- 超声检测技术.ppt VIP
文档评论(0)