<?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: Probability of F value in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Probability-of-F-value/m-p/740741#M29082</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/209140"&gt;@chchao&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything is correct here (as usual). The keyword is "&lt;U&gt;Folded&lt;/U&gt; F" -- which means that a factor 2 comes into play in order to perform a two-tailed test. The formula can be found in section "&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_ttest_details14.htm" target="_blank" rel="noopener"&gt;Two-Independent-Sample Design&lt;/A&gt;" of the PROC TTEST documentation. To reproduce the p-value (0.0639) with SAS functions you can use PROBF or CDF¹:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;p=2*(1-probf(230/63, 7, 10))=2*(1-cdf('F', 230/63, 7, 10))&lt;/FONT&gt;. (230/63 is the exact F value 3.65079...)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;¹ Addendum: ... or SDF:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;2*(sdf('F', 230/63, 7, 10))&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 08:54:55 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2021-05-12T08:54:55Z</dc:date>
    <item>
      <title>Probability of F value</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Probability-of-F-value/m-p/740718#M29081</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Dear all,&lt;BR /&gt;   From F table, could find the F(7,10),0.05=3.14, but SAS output (see the bottom of picture) Pr&amp;gt; F(=3.65) = 0.0639. &lt;SPAN&gt;There was something wrong&lt;/SPAN&gt;  ?&lt;BR /&gt;&lt;BR /&gt;* SAS code;&lt;BR /&gt;data unequal_var;
   input disease $ time @@;
cards;
A 36 A 32 A 24 A 35 A 26 A 28 A 32 A 33 A 34 A 29 A 32
B 35 B 24 B 13 B 27 B 22 B 18 B 31 B 30
;
proc ttest;
   class disease;
   run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="34128.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59261i7165E2070A53C7EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="34128.jpg" alt="34128.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 04:54:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Probability-of-F-value/m-p/740718#M29081</guid>
      <dc:creator>chchao</dc:creator>
      <dc:date>2021-05-12T04:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Probability of F value</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Probability-of-F-value/m-p/740741#M29082</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/209140"&gt;@chchao&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything is correct here (as usual). The keyword is "&lt;U&gt;Folded&lt;/U&gt; F" -- which means that a factor 2 comes into play in order to perform a two-tailed test. The formula can be found in section "&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_ttest_details14.htm" target="_blank" rel="noopener"&gt;Two-Independent-Sample Design&lt;/A&gt;" of the PROC TTEST documentation. To reproduce the p-value (0.0639) with SAS functions you can use PROBF or CDF¹:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;p=2*(1-probf(230/63, 7, 10))=2*(1-cdf('F', 230/63, 7, 10))&lt;/FONT&gt;. (230/63 is the exact F value 3.65079...)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;¹ Addendum: ... or SDF:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;2*(sdf('F', 230/63, 7, 10))&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 08:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Probability-of-F-value/m-p/740741#M29082</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-05-12T08:54:55Z</dc:date>
    </item>
  </channel>
</rss>

