<?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 Re: How to do Hausman test using SAS? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393723#M25428</link>
    <description>&lt;P&gt;How about PROC NLMIXED? alex&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2017 21:44:08 GMT</pubDate>
    <dc:creator>alexchien</dc:creator>
    <dc:date>2017-09-06T21:44:08Z</dc:date>
    <item>
      <title>How to do Hausman test using SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393399#M25424</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I have panel data and want to do&amp;nbsp;Hausman test for fixed and random effect.&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc glm DATA=Sampledata_adjvol;
 absorb TRD_STCK_CD;
 class TRD_EVENT_ROUFOR;
 model adjusted_volume_5 = TRD_EVENT_ROUFOR / solution;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Without using&amp;nbsp;PROC PANEL or the panel procedure, how can I do that test?&lt;BR /&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 12:41:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393399#M25424</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-09-08T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to do Hausman test using SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393412#M25425</link>
      <description>&lt;P&gt;I'm the first to admit I know nothing about this test but this link suggests using the FIT statement on PROC MODEL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/30/333.html" target="_blank"&gt;http://support.sas.com/kb/30/333.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 01:31:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393412#M25425</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-09-06T01:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to do Hausman test using SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393529#M25426</link>
      <description>&lt;P&gt;I am not familiar with the Hausman test either but i think you can use PROC MIXED (in SAS/STAT) to get all the param estimates to compute the Hausman test statistic. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 13:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393529#M25426</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2017-09-06T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to do Hausman test using SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393701#M25427</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24695"&gt;@alexchien&lt;/a&gt;,&lt;BR /&gt;However the assumptions of this model are restricted:&lt;BR /&gt;The primary assumptions underlying the analyses performed by PROC MIXED are as follows:&lt;BR /&gt;The data are normally distributed (Gaussian).&lt;BR /&gt;The means (expected values) of the data are linear in terms of a certain set of parameters.&lt;BR /&gt;The variances and covariances of the data are in terms of a different set of parameters, and they exhibit a structure matching one of those available in PROC MIXED.</description>
      <pubDate>Wed, 06 Sep 2017 20:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393701#M25427</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-09-06T20:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to do Hausman test using SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393723#M25428</link>
      <description>&lt;P&gt;How about PROC NLMIXED? alex&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 21:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-Hausman-test-using-SAS/m-p/393723#M25428</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2017-09-06T21:44:08Z</dc:date>
    </item>
  </channel>
</rss>

