全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 Stata专版
2432 4
2008-08-26
<p>各位:</p><p>我曾在这个帖子里请教</p><p>http://www.pinggu.org/bbs/thread-351195-1-1.html</p><p> </p><p>如何计算并表示估计值在1%、5%和10%水平上是统计显著的?</p><p>上述回归出来的结果显著性水平为95%,各个参数的P值如果<0.05,表明显著;反之则不显著。如果想得到其他显著性水平的结果,可以在回归命令最后加上level(#),其中#表示你想要的显著性水平。stata默认的显著性水平是95%</p><p>我想要估计值在1%水平上是统计显著的变量</p><p>我在stata上输入命令</p><p>reg  lny edu oj oj2 ft ft2 s level(99%)</p><p>99 invalid name</p><p>r(198);</p><p>. reg  lny edu oj oj2 ft ft2 s level(1%)</p><p>1 invalid name</p><p>r(198);</p><p>. reg  lny edu oj oj2 ft ft2 s level(0.01)</p><p>01 invalid name</p><p>r(198);</p><p>. reg  lny edu oj oj2 ft ft2 s level(0.1)</p><p>1 invalid name</p><p>r(198);</p><p> </p><p>怎么办???</p>
二维码

扫码加我 拉你入群

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

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

全部回复
2008-8-26 22:21:00
Title

    [R] level -- Set default confidence level


Syntax

        set level # [, permanently]

二维码

扫码加我 拉你入群

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

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

2008-8-27 09:27:00

level()前面要加逗号,如

reg a b,level(99)

二维码

扫码加我 拉你入群

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

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

2008-8-29 09:09:00
这么简单的问题也好意思问
二维码

扫码加我 拉你入群

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

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

2008-8-29 23:19:00

I think eblog gave you the correct answer, but it needed more explanation as follows:

You must do the following command to get your correct output.

Your wrong command : reg lny edu oj oj2 ft ft2 s level(99%)

My suggestion : reg lny edu oj oj2 ft ft2 s,level(99)

I will point out your method of using "level" option of regression command which can be explained in this Stata.com site :

http://www.stata.com/help.cgi?reg 

The default level is 95. So you must change and just set the level from 95 to 99 in the option after the ",", not 99%.

I hope you take a good solution.


eblog  金钱 +30  魅力 +5  奖励 2008-8-30 11:11:51
二维码

扫码加我 拉你入群

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

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

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

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