<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic m value for Hausman test not being reported in my proc panel results in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/434623#M2989</link>
    <description>&lt;P&gt;I'm using proc panel to do a one-way random effects model, and the hausman test is not being reported in my results.&amp;nbsp; SAS is listing&amp;nbsp;the number of coefficients and the degrees of freedom in the Hausman test section of the results, but a "." is showing up for the m statistic.&amp;nbsp; What does this mean, and what should I do?&amp;nbsp; There is no error message in my log.&amp;nbsp; I have included a picture of the results below.&amp;nbsp; I'm using SAS 9.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="screen shot_hausman.jpg" style="width: 634px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18359iD73AA7DF0670C717/image-dimensions/634x357?v=v2" width="634" height="357" role="button" title="screen shot_hausman.jpg" alt="screen shot_hausman.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2018 17:48:03 GMT</pubDate>
    <dc:creator>bssturgi</dc:creator>
    <dc:date>2018-02-06T17:48:03Z</dc:date>
    <item>
      <title>m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/434623#M2989</link>
      <description>&lt;P&gt;I'm using proc panel to do a one-way random effects model, and the hausman test is not being reported in my results.&amp;nbsp; SAS is listing&amp;nbsp;the number of coefficients and the degrees of freedom in the Hausman test section of the results, but a "." is showing up for the m statistic.&amp;nbsp; What does this mean, and what should I do?&amp;nbsp; There is no error message in my log.&amp;nbsp; I have included a picture of the results below.&amp;nbsp; I'm using SAS 9.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="screen shot_hausman.jpg" style="width: 634px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18359iD73AA7DF0670C717/image-dimensions/634x357?v=v2" width="634" height="357" role="button" title="screen shot_hausman.jpg" alt="screen shot_hausman.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 17:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/434623#M2989</guid>
      <dc:creator>bssturgi</dc:creator>
      <dc:date>2018-02-06T17:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/435984#M2991</link>
      <description>&lt;P&gt;What does your code look like?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 19:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/435984#M2991</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-02-10T19:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/436037#M2993</link>
      <description>&lt;P&gt;Here is the code. ln_Rawshare is the dependent variable.&amp;nbsp; EFWS and ln_h are the regressors.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=Pooled_Panel;&lt;BR /&gt;by Year Country;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc panel data=Pooled_Panel;&lt;BR /&gt;model ln_Rawshare = EFWS ln_h /ranone hccme=1;&lt;BR /&gt;id Year Country;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 01:34:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/436037#M2993</guid>
      <dc:creator>bssturgi</dc:creator>
      <dc:date>2018-02-11T01:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/437662#M3012</link>
      <description>&lt;P&gt;Thanks for providing the code you are running.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the HCCME= option is specified, the Hausman test is no longer valid, therefore, the m-statistic is set to missing.&amp;nbsp; To fit your one-way random effects model and obtain the Hausman test, I would recommend you make the following changes to your code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp; in the PROC SORT step, change the BY statement to:&amp;nbsp; BY COUNTRY YEAR;&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp; in the PROC PANEL step,&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;omit the HCCME= option from the MODEL statement, and&lt;/LI&gt;
&lt;LI&gt;change the ID statement to:&amp;nbsp; ID COUNTRY YEAR;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/437662#M3012</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2018-02-15T16:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/437719#M3014</link>
      <description>&lt;P&gt;OK. Thank you! Removing the HCCME option seems to do the trick, and now I am getting the m-statistic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was&amp;nbsp;running a one-way random effects model with respect to &lt;U&gt;time&lt;/U&gt;, and that is why I had sorted by Year and then Country. In general, the sorting shouldn't matter, correct?&amp;nbsp; Or is the Hausman test&amp;nbsp;reported&amp;nbsp;by SAS&amp;nbsp;only valid for Country(cross-section) effects?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/437719#M3014</guid>
      <dc:creator>bssturgi</dc:creator>
      <dc:date>2018-02-15T18:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/437816#M3015</link>
      <description>&lt;P&gt;I'm glad that removing the HCCME= option allowed you to obtain the Hausman m-statistic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your question on fitting a one-way random effects model on &lt;EM&gt;time &lt;/EM&gt;and computing Hausman's test, R&amp;amp;D indicated that your original specification (without the HCCME= option):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=Pooled_Panel;&lt;BR /&gt;by Year Country;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc panel data=Pooled_Panel;&lt;BR /&gt;model ln_Rawshare = EFWS ln_h /ranone;&lt;BR /&gt;id Year Country;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is an acceptable approach, as long as your COUNTRY variable is coded in such a way that it can be inferred as a time variable.&amp;nbsp; In other words, if the levels of COUNTRY are defined as integer values, then it should be fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Electricity data set&amp;nbsp;in the Getting Started section of the PROC PANEL documentation is an example of a data set where this approach would be acceptable, since the cross-section variable,&amp;nbsp;FIRM, takes on the values 1 thru 6.&amp;nbsp; The Electricity data set can be found in the following link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=etsug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=etsug_panel_gettingstarted.htm&amp;amp;locale=en" target="_self"&gt;http://go.documentation.sas.com/?docsetId=etsug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=etsug_panel_gettingstarted.htm&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 22:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/437816#M3015</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2018-02-15T22:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/437848#M3016</link>
      <description>&lt;P&gt;OK. Thank you again for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another question now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My country variable is currently not defined as an integer.&amp;nbsp; Does this mean my code (posted below):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=Pooled_Panel;&lt;BR /&gt;by Year Country;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc panel data=Pooled_Panel;&lt;BR /&gt;model ln_Rawshare = EFWS ln_h /ranone;&lt;BR /&gt;id Year Country;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is not telling SAS to run a one-way random effects model on time?&amp;nbsp; Or&amp;nbsp;am I&amp;nbsp;correctly coding for such a model, and you are just saying that because Country is not an integer, the hausman m-statistic is going to be inaccurate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the code above (with Country NOT an integer) is wrong, I'm not sure what to do.&amp;nbsp; If I do the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=Pooled_Panel;&lt;BR /&gt;by Country Year;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc panel data=Pooled_Panel;&lt;BR /&gt;model ln_Rawshare = EFWS ln_h /ranone;&lt;BR /&gt;id Country Year;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(sort by Country and then Year) then I am going to be estimating a one-way random effects model on Country, correct?&amp;nbsp; As far as I know, if I sort by Country and then Year, there is no "ranonetime" option or something similar that is analogous to the "fixonetime" option when doing fixed effects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying that the Country variable(or whatever cross-section variable is being used) always needs to be an integer anytime a random effects model&amp;nbsp;with respect to Year(or whatever time-series variable is being used) is&amp;nbsp;run? Is this also true for a fixed effects model on time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way, and perhaps a&amp;nbsp;better way, to ask my question is this.&amp;nbsp; When it comes to fixed and random effects models (fixed time effects, fixed country effects, random time effects, and random country effects), when is it okay to have the Country variable coded as the country name, and when must it be coded as an integer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry to keep pestering you, but I greatly appreciate the help!&amp;nbsp; I'm switching back to SAS from MATLAB, and I want to make sure my code is giving me what I want it to.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 00:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/437848#M3016</guid>
      <dc:creator>bssturgi</dc:creator>
      <dc:date>2018-02-16T00:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/438025#M3020</link>
      <description>&lt;P&gt;After running a test using a character variable that represented the levels&amp;nbsp;of&amp;nbsp;my cross-section variable, rather than an integer variable, I found that PROC PANEL returned the same results as when my cross-section variable was coded as an integer.&amp;nbsp; Therefore, if you need to run a one-way random effects model on time (rather than cross-section), then your original approach is fine.&amp;nbsp; You would just need to omit the HCCME= option if you want to see the&amp;nbsp;Hausman m-statistic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps, and welcome back to SAS! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 17:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/438025#M3020</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2018-02-16T17:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/438026#M3021</link>
      <description>&lt;P&gt;OK. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 17:23:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/438026#M3021</guid>
      <dc:creator>bssturgi</dc:creator>
      <dc:date>2018-02-16T17:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/559627#M3547</link>
      <description>&lt;P&gt;Dear dw_sas expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem with bssturgi, it's just a model with ranone option, without HCCME at all... but&amp;nbsp;&amp;nbsp;m value for Hausman test not being reported in my proc panel results. So would you please give me some advice? Many many thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=panelD;&lt;BR /&gt;by area time;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ranone: model PRIOR = MktRF SMB HML RMW CMA / ranone;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 11:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/559627#M3547</guid>
      <dc:creator>Hollyalways</dc:creator>
      <dc:date>2019-05-17T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/560666#M3559</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/274543"&gt;@Hollyalways&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide the full PROC PANEL code you are running, along with a sample of your data.&amp;nbsp; Once we have that information we can better determine the cause of the missing m-statistics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 20:58:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/560666#M3559</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2019-05-21T20:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/561039#M3562</link>
      <description>&lt;P&gt;thank you for reply. Attachments are the sample data. Many many thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import&lt;BR /&gt;datafile="C:\Users\Holly\Desktop\papers\Master\Econometrics\Assignment2\paneldata.xlsx"&lt;BR /&gt;out=panel2;&lt;BR /&gt;sheet="paneldata1";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data panelD;&lt;BR /&gt;set panel2;&lt;BR /&gt;if time =" " then delete;&lt;BR /&gt;if area =" " then delete;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=panelD;&lt;BR /&gt;by area time;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc panel data=panelD;&lt;BR /&gt;id area time;&lt;/P&gt;&lt;P&gt;pooled: model PRIOR = MktRF SMB HML RMW CMA / pooled corr;&lt;BR /&gt;fixone: model PRIOR = MktRF SMB HML RMW CMA / fixone;&lt;BR /&gt;fixonetime: model PRIOR = MktRF SMB HML RMW CMA / fixonetime;&lt;BR /&gt;fixtwo: model PRIOR = MktRF SMB HML RMW CMA / fixtwo;&lt;BR /&gt;ranone: model PRIOR = MktRF SMB HML RMW CMA / ranone;&lt;BR /&gt;rantwo: model PRIOR = MktRF SMB HML RMW CMA / rantwo;&lt;BR /&gt;instruments correlated = (HML CMA);&lt;BR /&gt;Htaylor: model PRIOR = MktRF SMB HML RMW CMA / htaylor;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 04:37:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/561039#M3562</guid>
      <dc:creator>Hollyalways1</dc:creator>
      <dc:date>2019-05-23T04:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/562015#M3563</link>
      <description>&lt;P&gt;Thank you for providing the requested information.&amp;nbsp; For your data and model, the Hausman m statistic was set to missing because the inverse of the difference in the covariance matrices between the fixed and random effects models (needed to compute the m statistic) is not positive definite.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the sample data you provided,&amp;nbsp;it appears the data is balanced.&amp;nbsp; I tried using the Nerlove method to compute the variance component estimates for the RANONE model rather than the default Fuller-Battese method.&amp;nbsp; In this case the&amp;nbsp;Hausman test was computed, though it had a value of 0 and a p-value of 1.&amp;nbsp; The syntax I used was:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc panel data=panelD;
id area time;
ranone: model PRIOR = MktRF SMB HML RMW CMA / ranone vcomp=nl;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details on the Hausman test statistic and on the methods available for estimating the variance components for the one-way random effects model,&amp;nbsp;see the links below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=etsug&amp;amp;docsetTarget=etsug_panel_details42.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#etsug.panel.hausmantest" target="_self"&gt;https://go.documentation.sas.com/?docsetId=etsug&amp;amp;docsetTarget=etsug_panel_details42.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#etsug.panel.hausmantest&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=etsug&amp;amp;docsetTarget=etsug_panel_details12.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;https://go.documentation.sas.com/?docsetId=etsug&amp;amp;docsetTarget=etsug_panel_details12.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 16:47:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/562015#M3563</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2019-05-28T16:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: m value for Hausman test not being reported in my proc panel results</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/562128#M3564</link>
      <description>&lt;P&gt;Dear DW_SAS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are the savior !! many many thanks indeed for the new knowledge you share in the links !!&amp;nbsp;&lt;/P&gt;&lt;P&gt;problem solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hollyalways&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 23:47:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/m-value-for-Hausman-test-not-being-reported-in-my-proc-panel/m-p/562128#M3564</guid>
      <dc:creator>Hollyalways1</dc:creator>
      <dc:date>2019-05-28T23:47:35Z</dc:date>
    </item>
  </channel>
</rss>

