<?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: compare two groups in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126339#M34696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have multiple events for an individual, they are not independent and would need some sort of repeated measures test.&amp;nbsp; However, your sample is far too small for any of those tests.&amp;nbsp; You could reframe your response to "a subject had one or more events" and then use the Fisher's Exact Test from PROC FREQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2013 14:08:36 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2013-08-30T14:08:36Z</dc:date>
    <item>
      <title>compare two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126338#M34695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If I have two groups to compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One group have 10 persons, and another group have 5 persons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then some event happened for those persons, and the event may happen more than once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have 12 events happened for 10 persons group, and 0 event happened for 5 person group.&amp;nbsp; How can I compare the chance which occurring in those two groups?&lt;/P&gt;&lt;P&gt;The problem is I cannot use the exact test because 12 exceeds 10, and I cannot have a negative value for one cell.&amp;nbsp; I don't know if proportion test is feasible, because one of the proportion exceeds 100% while the other is zero.&lt;/P&gt;&lt;P&gt;And my data is the following.&amp;nbsp; a_event is the event occurring in a group, a_total is the total person in a group; the same for b group...&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;input a_event b_event a_total b_total;&lt;BR /&gt;cards;&lt;BR /&gt;12 0 10 5&lt;BR /&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 14:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126338#M34695</guid>
      <dc:creator>twotwotwo</dc:creator>
      <dc:date>2013-08-30T14:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: compare two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126339#M34696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have multiple events for an individual, they are not independent and would need some sort of repeated measures test.&amp;nbsp; However, your sample is far too small for any of those tests.&amp;nbsp; You could reframe your response to "a subject had one or more events" and then use the Fisher's Exact Test from PROC FREQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 14:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126339#M34696</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-08-30T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: compare two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126340#M34697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Doc Muhlbaier!&amp;nbsp; For this data, how can I wrote the proc freq for exact test?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 14:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126340#M34697</guid>
      <dc:creator>twotwotwo</dc:creator>
      <dc:date>2013-08-30T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: compare two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126341#M34698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is an example that you can adapt&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_freq_sect029.htm" title="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_freq_sect029.htm"&gt;Base SAS(R) 9.2 Procedures Guide: Statistical Procedures, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 14:28:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126341#M34698</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-08-30T14:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: compare two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126342#M34699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, If I build a 2x2 table, I cannot make one cell negative.&amp;nbsp; The problem is one person can have multiple events....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; evenet&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; notevent&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; total&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -2??&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 14:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126342#M34699</guid>
      <dc:creator>twotwotwo</dc:creator>
      <dc:date>2013-08-30T14:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: compare two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126343#M34700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to reframe the question to the people who had events, not how many.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 14:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126343#M34700</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-08-30T14:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: compare two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126344#M34701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have already done that.&amp;nbsp; However, my collaborator still want the multiple counts version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 14:45:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126344#M34701</guid>
      <dc:creator>twotwotwo</dc:creator>
      <dc:date>2013-08-30T14:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: compare two groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126345#M34702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the statistically proper response is to tell him that he needs abut 10 times the sample sizes to do the correct repeated measures analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:19:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/compare-two-groups/m-p/126345#M34702</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-09-05T14:19:41Z</dc:date>
    </item>
  </channel>
</rss>

