<?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: Single group comparison of incidence pre and post in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463413#M284987</link>
    <description>&lt;P&gt;What type of analysis are you actually attempting - research question to answer?&lt;/P&gt;
&lt;P&gt;And some example data might help, replace anything sensitive with different values like xxxx, yyyy or similar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 May 2018 18:07:04 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-05-18T18:07:04Z</dc:date>
    <item>
      <title>Single group comparison of incidence pre and post</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463407#M284986</link>
      <description>&lt;P&gt;I have a single group with incidence pre and post some intervention. The populations are different pre and post but I am not sure how to account for this in my analysis.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 23:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463407#M284986</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-05-30T23:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Single group comparison of incidence pre and post</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463413#M284987</link>
      <description>&lt;P&gt;What type of analysis are you actually attempting - research question to answer?&lt;/P&gt;
&lt;P&gt;And some example data might help, replace anything sensitive with different values like xxxx, yyyy or similar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 18:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463413#M284987</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-18T18:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Single group comparison of incidence pre and post</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463414#M284988</link>
      <description>&lt;P&gt;Research question is: is the intervention effective in reducing the number of injuries?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data from 5 different counties, with the populations pre-intervention and post-intervention, along with the incidence of injuries pre and post intervention as well.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 18:10:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463414#M284988</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-05-18T18:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Single group comparison of incidence pre and post</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463457#M284989</link>
      <description>&lt;P&gt;Do you want to know about each county or the data overall?&lt;/P&gt;
&lt;P&gt;Is the population in the same data set as the incidence rate?&lt;/P&gt;
&lt;P&gt;Do you have a variable that indicates whether a value is pre or post?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you had posted some example data these questions would not be needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;McNemar's test is sort of designed or a 2x2 table. is your data in form conducive to that? That would tend to look like&lt;/P&gt;
&lt;P&gt;When&amp;nbsp; value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pre&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count yes&lt;/P&gt;
&lt;P&gt;pre&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count no&lt;/P&gt;
&lt;P&gt;Post&amp;nbsp;&amp;nbsp;&amp;nbsp; Count yes&lt;/P&gt;
&lt;P&gt;Post&amp;nbsp;&amp;nbsp;&amp;nbsp; count no&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also there are number of procedures that will do that test, or similar? Which one have you mind?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 22:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/463457#M284989</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-18T22:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Single group comparison of incidence pre and post</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/466190#M284990</link>
      <description>&lt;P&gt;Sample data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pre&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1200&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post &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; 1300&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pre&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; 1250&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1310&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do by both county and overall. The event is very rare, I wondered if an exact poisson would be appropriate but we cannot use the repeated statement with an exact poisson. Any advice would be helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 18:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/466190#M284990</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-05-30T18:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Single group comparison of incidence pre and post</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/566114#M284991</link>
      <description>&lt;P&gt;Hi, I am looking to understanding the change pre-post for a single group as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my data:&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;SRC&lt;/TD&gt;&lt;TD&gt;COUNT&lt;/TD&gt;&lt;TD&gt;AGE0_10&lt;/TD&gt;&lt;TD&gt;MEMCOUNT&lt;/TD&gt;&lt;TD&gt;PERCENT_SRC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;POST&lt;/TD&gt;&lt;TD&gt;18794&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;17166&lt;/TD&gt;&lt;TD&gt;91.3377&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PRE&lt;/TD&gt;&lt;TD&gt;6956&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;6832&lt;/TD&gt;&lt;TD&gt;98.2174&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;POST&lt;/TD&gt;&lt;TD&gt;18794&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1628&lt;/TD&gt;&lt;TD&gt;8.6623&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PRE&lt;/TD&gt;&lt;TD&gt;6956&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;124&lt;/TD&gt;&lt;TD&gt;1.7826&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;These are dependent samples. The category being evaluated is AGE0_10 (age between 0 and 10) in the pre-period and post-period.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see there is a 7% increase from pre-perod (2%) to the post-period (8%)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code i wrote:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS HTML CLOSE; ODS HTML;
PROC FREQ DATA = AGE0_10_SUM ORDER = DATA; 
WEIGHT MEMCOUNT;
TABLES AGE0_10*SRC / AGREE; 
TITLE "AGE0_10"; 
RUN;
;QUIT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which is giving me a p-vale &amp;lt;0.0001 ---&amp;gt; I believe this is wrong. The change may be significant, but not at this magnitude.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you advise how to set up the summary table, I have subject level details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 05:35:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Single-group-comparison-of-incidence-pre-and-post/m-p/566114#M284991</guid>
      <dc:creator>rsanchez87</dc:creator>
      <dc:date>2019-06-14T05:35:53Z</dc:date>
    </item>
  </channel>
</rss>

