<?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: Proc Freq Fisher exact in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Fisher-exact/m-p/723482#M224515</link>
    <description>&lt;P&gt;This note is pretty clear:&lt;/P&gt;
&lt;PRE class="language-sas"&gt;&lt;CODE&gt;NOTE: No statistics are computed for TRTA * response because response has fewer than 2 nonmissing
levels.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You have a variable that only has one value so cannot make any 2x2 (or greater) table at all.&lt;/P&gt;
&lt;P&gt;Probably due to misspelling I would guess "Metformin" as "Meformin"&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 15:10:38 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-03-04T15:10:38Z</dc:date>
    <item>
      <title>Proc Freq Fisher exact</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Fisher-exact/m-p/723480#M224513</link>
      <description>&lt;P&gt;I am running a prof freq for fisher exact p values, I am not able to generate the p value&amp;nbsp; log showing the note. can anybody say what problem I am having. Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
381 data fish;
382 merge adsl(in=a where=(SAFE='Y' and trtan ne 2)) ae(in=b);
383 by subjid;
384 if a;
385 if b=1 then response='Y';
386 else response='N';
387 run;

NOTE: There were 365 observations read from the data set WORK. ADSL.
WHERE (SAFE='Y') and (trtan not = 2);
NOTE: There were 1440 observations read from the data set WORK.AE.
NOTE: The data set WORK.FISH has 1078 observations and 132 variables.
NOTE: DATA statement used (Total process time):
real time 0.09 seconds
cpu time 0.03 seconds


388 ods listing;
389 title 'p-value: Meformin vs. Placebo';
390 ods output FishersExact=pvalue11;
391 proc freq data=FISH (where=(trta in ('Meformin', 'Placebo')));
392 table trta*response / fisher;
393 run;

&lt;FONT face="arial black,avant garde"&gt;NOTE: No statistics are computed for TRTA * response because response has fewer than 2 nonmissing
levels.&lt;/FONT&gt;
&lt;FONT color="#FF0000"&gt;WARNING: Output 'FishersExact' was not created. Make sure that the output object name, label, or
path is spelled correctly. Also, verify that the appropriate procedure options are used to
produce the requested output object. For example, verify that the NOPRINT option is not&lt;/FONT&gt;
used.
NOTE: There were 726 observations read from the data set WORK.FISH.
WHERE trta in ('Metformin', 'Placebo');
NOTE: PROCEDURE FREQ used (Total process time):
real time 0.14 seconds
cpu time 0.12 seconds&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 14:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Fisher-exact/m-p/723480#M224513</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2021-03-04T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq Fisher exact</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Fisher-exact/m-p/723482#M224515</link>
      <description>&lt;P&gt;This note is pretty clear:&lt;/P&gt;
&lt;PRE class="language-sas"&gt;&lt;CODE&gt;NOTE: No statistics are computed for TRTA * response because response has fewer than 2 nonmissing
levels.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You have a variable that only has one value so cannot make any 2x2 (or greater) table at all.&lt;/P&gt;
&lt;P&gt;Probably due to misspelling I would guess "Metformin" as "Meformin"&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Fisher-exact/m-p/723482#M224515</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-04T15:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq Fisher exact</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Fisher-exact/m-p/723487#M224518</link>
      <description>&lt;P&gt;Thanks. you are right. I spelled it wrong twice before on this dataset, that's why i did not got any warning or error. I got it now. Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:33:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-Fisher-exact/m-p/723487#M224518</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2021-03-04T15:33:31Z</dc:date>
    </item>
  </channel>
</rss>

