<?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: F Test for Least Squares Means Estimates formula in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/590171#M75968</link>
    <description>&lt;P&gt;Thank you again!&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2019 19:35:58 GMT</pubDate>
    <dc:creator>Divinesking</dc:creator>
    <dc:date>2019-09-19T19:35:58Z</dc:date>
    <item>
      <title>F Test for Least Squares Means Estimates formula</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589849#M75957</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to understand how the joint F value from proc mixed using&amp;nbsp;lsmestimate option is being calculated. An example data, sas&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;input Y visitno subid;&lt;BR /&gt;datalines;&lt;BR /&gt;7 1 1&lt;BR /&gt;9 1 2&lt;BR /&gt;8 1 3&lt;BR /&gt;7 2 1&lt;BR /&gt;8 2 2&lt;BR /&gt;6 2 3&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=test ;&lt;BR /&gt;class visitno subid;&lt;BR /&gt;model y = visitno/solution outp=pred ;&lt;BR /&gt;repeated visitno /type=un subject=subid;&lt;BR /&gt;*contrast 'visitno' [1 1], [1 2];&lt;BR /&gt;lsmestimate visitno [1 1], [1 2]/joint(chisq) cl e;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;PRE&gt;Least Squares Means Estimates 
Effect Label Estimate Standard Error DF t Value Pr &amp;gt; |t| Alpha Lower Upper 
visitno Row 1 8.0000 0.5774 2 13.86 0.0052 0.05 5.5159 10.4841 
visitno Row 2 7.0000 0.5774 2 12.12 0.0067 0.05 4.5159 9.4841 



F Test for Least Squares Means Estimates 
Effect Num DF Den DF Chi-Square F Value Pr &amp;gt; ChiSq Pr &amp;gt; F 
visitno 2 2 228.00 114.00 &amp;lt;.0001 0.0087 


&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV align="left"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me understand how the F Value of 114 is derived?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Divine&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Sep 2019 22:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589849#M75957</guid>
      <dc:creator>Divinesking</dc:creator>
      <dc:date>2019-09-18T22:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: F Test for Least Squares Means Estimates formula</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589852#M75958</link>
      <description>&lt;P&gt;Please click on the {i} icon and paste the output into the window that appears. This will maintain the formatting of your output, and make it readable.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 22:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589852#M75958</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-18T22:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: F Test for Least Squares Means Estimates formula</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589857#M75959</link>
      <description>&lt;P&gt;The Chi-squared value is computed to be 228, so the F-value is 228/2 = 114.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For future reference, I wanted you to copy the TEXT from the LISTING window and paste it into the {i} window. If you copy the HTML, it still isn't very readable. If you don't have a LISTING window, then a screen capture of the HTML is fine.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 22:39:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589857#M75959</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-18T22:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: F Test for Least Squares Means Estimates formula</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589863#M75961</link>
      <description>&lt;P&gt;Thank you PaigeMiller.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;So to ask but how to calculate the chi-square value of 228 with the joint(chisq) option. Is it the ratio of the independent chi-square?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Divine&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 23:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589863#M75961</guid>
      <dc:creator>Divinesking</dc:creator>
      <dc:date>2019-09-18T23:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: F Test for Least Squares Means Estimates formula</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589999#M75962</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_introcom_sect037.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_introcom_sect037.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/589999#M75962</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-19T12:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: F Test for Least Squares Means Estimates formula</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/590171#M75968</link>
      <description>&lt;P&gt;Thank you again!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 19:35:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/F-Test-for-Least-Squares-Means-Estimates-formula/m-p/590171#M75968</guid>
      <dc:creator>Divinesking</dc:creator>
      <dc:date>2019-09-19T19:35:58Z</dc:date>
    </item>
  </channel>
</rss>

