Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: AW: RE: F-test Stata reg..., robust


From   DE SOUZA Eric <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   st: RE: AW: RE: F-test Stata reg..., robust
Date   Fri, 20 Aug 2010 11:57:59 +0200

Which standard errors don't change?
In the example below, without robust you get the OLS standard errors for the coefficients, whereas with the robust option you get the robustified standard errors:
. webuse auto

. reg mpg weight foreign price

      Source |       SS       df       MS              Number of obs =      74
-------------+------------------------------           F(  3,    70) =   45.93
       Model |  1620.30716     3  540.102388           Prob > F      =  0.0000
    Residual |  823.152295    70  11.7593185           R-squared     =  0.6631
-------------+------------------------------           Adj R-squared =  0.6487
       Total |  2443.45946    73  33.4720474           Root MSE      =  3.4292

------------------------------------------------------------------------------
         mpg |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      weight |  -.0067758   .0009048    -7.49   0.000    -.0085805   -.0049712
     foreign |  -1.855891   1.289063    -1.44   0.154    -4.426846    .7150641
       price |   .0000566   .0001922     0.29   0.769    -.0003268      .00044
       _cons |   41.95948   2.377726    17.65   0.000     37.21725     46.7017
------------------------------------------------------------------------------

. reg mpg weight foreign price, robust

Linear regression                                      Number of obs =      74
                                                       F(  3,    70) =   62.39
                                                       Prob > F      =  0.0000
                                                       R-squared     =  0.6631
                                                       Root MSE      =  3.4292

------------------------------------------------------------------------------
             |               Robust
         mpg |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      weight |  -.0067758   .0006777   -10.00   0.000    -.0081274   -.0054243
     foreign |  -1.855891   1.419701    -1.31   0.195    -4.687396    .9756145
       price |   .0000566   .0002061     0.27   0.784    -.0003545    .0004677
       _cons |   41.95948   1.733047    24.21   0.000     38.50302    45.41593
------------------------------------------------------------------------------

Eric de Souza
Professor, European Economic Studies
Director, Library
College of Europe
Dyver 11
BE-8000 Brugge (Bruges)
Belgium
Tel.: (32.(0)50) 47 72 23
Fax:: (32 (0)50) 47 71 10
http://www.coleurope.eu

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Julian Dragendorf
Sent: 20 August 2010 11:52
To: [email protected]
Subject: st: AW: RE: F-test Stata reg..., robust

Thx! But then the St. Errors should change also! or? But st. errors stay the same! And MSS and RSS are not displayed automatically but used a command to get the information "display e(mss)"! 

-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von DE SOUZA Eric
Gesendet: Freitag, 20. August 2010 11:24
An: '[email protected]'
Betreff: st: RE: F-test Stata reg..., robust

Robustification only affects the variances and the covariances.
Coefficients stay the same, which means that Model SS, Residual SS and d.f.
remains the same.
But the F-test should take into account the new variances and covariances calculated under robustification.

Why don't you post some output using a commonly accessible file such as auto.dta webuse auto will get you the file

By the way, Stata v10.1 does not produce the model ss, residual ss, under robustification.  


Eric de Souza
College of Europe
Brugge (Bruges)
Belgium

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Julian Dragendorf
Sent: 20 August 2010 11:13
To: [email protected]
Subject: st: F-test Stata reg..., robust

Hello! 

I have a short question regarding the F-test for STATA 10.0 and EVIEWs 6.0 when using a simple OLS multiple regression model: If I use the Stata command "reg..., robust" to estimate a multiple regression model I get the same coef., std. err, t-stat and r2 as if I use Eviews OLS regression with white heteroskedasticity-const std error & covariance. However, the only thing which differs is the F-test which is higher for Eviews than for Stata.
When I use the Model SS, Residual SS and the respective d.f. of model estimated with STATA I can calculate the F-test manually whereby I get out the same F-test as in Eviews. Does somebody know why there is a difference in the F-test but everything else is equal when using STATA (reg...,robust) and Eviews (reg with white hetero. consist. st errors)?

Many thanks!



*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index