『壹』 陈强 高级计量经济学及stata应用怎么样
学习计量的好帮手,不错,老师推荐的,各个学校不一样,有的是用Spss,我们老师主要用的就是Stata。
『贰』 如何把stata的结果输出到word文件,陈强书中用.rtf
方法一:
如果是单个回归:
1.运行回归后,输入命令outreg2
using
newname,
title(“hehe”)
word
replace
2.点击newname.rtf,进入word编辑
如果是多个回归:
1.运行回归后,输入命令outreg2
using
newname,
title(“hehe”)
word
replace
运行回归二后,输入命令outreg2
using
newname,word
运行回归三后,输入命令outreg2
using
newname,word
依此类推
2.点击newname.rtf,进入word编辑
方法二:
如果是单个回归:
1.运行回归后,输入命令est
store
reg1
2.输入命令esttab
reg1,
b(%9.4f)
se
scalars(N
r2
F
p)
mtitles
title(“hehe”)
,using
newname.rtf,replace
3.点击newname.rtf,进入word编辑
如果是多个回归:
1.运行回归一后,输入命令est
store
reg1;
运行回归二后,输入命令est
store
reg2;
运行回归三后,输入命令est
store
reg3;
依此类推
2.输入命令esttab
reg1
reg2
reg
3,
b(%9.4f)
se
scalars(N
r2
F
p)
mtitles
title(“hehe”)
,using
newname.rtf,replace
3.点击newname.rtf,进入word编辑
如果想括号里是t值就把se换成t;如果不想是4位小数,就把b(%9.4f)中的4换成其他位数。
『叁』 求陈强的高级计量经济学及stata应用第二版的数据包。书上的下载地址啥都没有,经管之家要钱
网页链接
这是经管之家的链接,这个版主的不要钱
『肆』 苹果电脑没有d盘,怎么运行陈强的stata命令
方法一: 如果是单个回归: 1.运行回归后,输入命令outreg2 using newname, title(“hehe”) word replace 2.点击newname.rtf,进版入word编辑 如果是多个回归:权 1.运行回归后,输入命令o
『伍』 如何把stata的结果输出到word文件,陈强书中用.rtf
方法一:
如果是单个回归:
1.运行回归后,输入命令outreg2 using newname, title(“hehe”) word replace
2.点击newname.rtf,进入word编辑
如果是多个回归:
1.运行回归后,输入命令outreg2 using newname, title(“hehe”) word replace
运行回归二后,输入命令outreg2 using newname,word
运行回归三后,输入命令outreg2 using newname,word
依此类推
2.点击newname.rtf,进入word编辑
方法二:
如果是单个回归:
1.运行回归后,输入命令est store reg1
2.输入命令esttab reg1, b(%9.4f) se scalars(N r2 F p) mtitles title(“hehe”) ,using newname.rtf,replace
3.点击newname.rtf,进入word编辑
如果是多个回归:
1.运行回归一后,输入命令est store reg1;
运行回归二后,输入命令est store reg2;
运行回归三后,输入命令est store reg3;
依此类推
2.输入命令esttab reg1 reg2 reg 3, b(%9.4f) se scalars(N r2 F p) mtitles title(“hehe”) ,using newname.rtf,replace
3.点击newname.rtf,进入word编辑
如果想括号里是t值就把se换成t;如果不想是4位小数,就把b(%9.4f)中的4换成其他位数。
『陆』 谁有陈强的《计量经济学及Stata应用》的数据求分享
数据集、勘误表下载地址:/jd/content.php?id=65
『柒』 苹果电脑只有c盘,怎么运行陈强的stata命令
方法一: 如果是来单个回归: 1.运行自回归后,输入命令outreg2 using newname, title(“hehe”) word replace 2.点击newname.rtf,进入word编辑 如果是多个回归: 1.运行回归后,输入命令outreg2 using newname, title(“hehe”) word replace 运行回归