• 切换工作路径
cd C:\Users\欧玮杰\Desktop\商务统计上机作业
  • 查看工作路径下所有文件
ls
  • 导入数据,直接使用stata指定文件格式
use "C:\Users\欧玮杰\Desktop\商务统计上机作业\mus08psidextract.dta"
  • 输出为word
asdoc reg Y Z

面板数据回归

  • 设置观测个体和时序变量
 xtset id t
  • 混合回归
reg Y X
  • 随机效应
xtreg Y X ,re r theta
  • LM检验
xtreg Y X,re r theta
estimates store RE
xttest0
  • 固定效应模型
xtreg lwage exp exp2 wks ed ,fe
xtreg lwage exp exp2 wks ed ,fe r # 聚类稳健
  • 带时间效应的固定效应模型
xtreg lwage exp exp2 wks ed i.t, fe r
  • 豪斯曼检验
xtreg lwage exp exp2 wks ed,fe
estimates store FE
xtreg lwage exp exp2 wks ed
re theta、estimates store RE
hausman FE RE, constant sigmamore
Copyright © Euclid-Jie 2023 all right reserved,powered by Gitbook该文章修订时间: 2024-08-09 05:34:52

results matching ""

    No results matching ""