全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 Stata专版
18900 11
2013-05-20
    用stata求出Probit的边际效应以后,如何将求出的结果导出到word中?
  我用 mfx 已经求出边际效应 ,怎么导到word中呢?求高人相助。
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2013-5-20 20:10:48
求答案呀
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2013-5-20 21:11:56
看outreg2的帮助的例子
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2013-5-24 09:36:38
蓝色 发表于 2013-5-20 21:11
看outreg2的帮助的例子
我用了  outtreg2 using mytableo1.rtf, stats(dy/dx,se)  然后提示我dy/dx 出错了 提示dy/dx  是无效的。不知道怎么写这句命令了
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2013-5-25 00:21:44
让你看帮助你看帮助的例子了吗?
有你写的那个命令格式吗?


Example 11. Marginal Effects

    mfx option can be used to report marginal effects after mfx command has been applied.
    sysuse auto, clear
    logit foreign mpg rep78 head
    mfx compute
    outreg2 using myfile, replace
    outreg2 using myfile, mfx ctitle(mfx) see

    margins will report it as well.
    sysuse auto, clear
    logit foreign mpg rep78 head
    margins, dydx(_all) post
    outreg2 using myfile, ctitle(margins) see

    For multiple outcomes, you may want to use mfx2 by Ricahrd Williams or margeff by Tamas Bartus. They are both
    available from ssc.

    margeff example:
    sysuse auto, clear
    mlogit rep turn mpg price
    margeff, at(mean) replace
    outreg2 using myfile, cttop(margeff) see replace

    mfx2 runs a little slower:
    sysuse auto, clear
    mlogit rep turn mpg price
    mfx2, replace
    outreg2 using myfile, long cttop(mfx2) see replace

    The marginal effects reported by dprobit, dlogit2, dprobit2, and dmlogit2 are automatically reported by
    outreg2.

    Because truncreg, marginal, and dtobit report both regression coefficients and marginal effects, the user
    must specify the margin option for outreg2 report the marginal effects.

    dtobit, on the other hand, calculates three different marginal effects.  The user must specify which marginal
    effect, the unconditional, conditional, or the probability uncensored, to be reported. Note that "version 6"
    must be set for dtobit to work.

    version 6: tobit mpg trunk weight, ll(17)
    version 6: dtobit
    outreg2 using myfile, margin(u) ctitle(Unconditional) nor2 replace
    outreg2 using myfile, margin(c) ctitle(Conditional) nor2
    outreg2 using myfile, margin(p) ctitle(Probability) nor2 see

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2013-5-28 16:33:40
谢谢  谢谢刚看到你的回复
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群