<?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: Testing if change in % is signifcant from one year to the next in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68179#M19526</link>
    <description>In just comparing two years, you could do it with a simple chi-squared test (PROC FREQ). &lt;BR /&gt;
&lt;BR /&gt;
In looking at a longer time period, you might best do that with a logistic regression model treating year as a predictor variable (that would look for a linear trend in the change).  (The MEASURES option in PROC FREQ will do ordinal association, to look at a monotonic change.)&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
    <pubDate>Wed, 07 Jan 2009 22:10:17 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-01-07T22:10:17Z</dc:date>
    <item>
      <title>Testing if change in % is signifcant from one year to the next</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68178#M19525</link>
      <description>Can anyone tell me the appropriate statistical test in SAS for seeing if a change in percent or rate is significant?  &lt;BR /&gt;
&lt;BR /&gt;
I am looking at two different things: &lt;BR /&gt;
1. mortality rates from 1 year to the next as well as over a ten year period to see if there was a statistically significant increase or decrease.&lt;BR /&gt;
&lt;BR /&gt;
2.  Percent of a county's births that are low birth weight from 1 year to the next and over a ten year period looking to see if change was significant.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Wed, 07 Jan 2009 21:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68178#M19525</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-07T21:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Testing if change in % is signifcant from one year to the next</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68179#M19526</link>
      <description>In just comparing two years, you could do it with a simple chi-squared test (PROC FREQ). &lt;BR /&gt;
&lt;BR /&gt;
In looking at a longer time period, you might best do that with a logistic regression model treating year as a predictor variable (that would look for a linear trend in the change).  (The MEASURES option in PROC FREQ will do ordinal association, to look at a monotonic change.)&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Wed, 07 Jan 2009 22:10:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68179#M19526</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-01-07T22:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Testing if change in % is signifcant from one year to the next</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68180#M19527</link>
      <description>Thanks.  When looking at % low birth weight between two years I just compared the overall average: 2005 at 7.7% and 2006 at 7.9%.  When I plug this into proc freq/chisq it thinks I only have two observations, which I can understand why sas thinks that based on my number of observations but in reality LBW is calculated from thousands of records.  How can I overcome this without putting every observation in sas?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Thu, 08 Jan 2009 16:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68180#M19527</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-08T16:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Testing if change in % is signifcant from one year to the next</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68181#M19528</link>
      <description>Here is an example of how to do a frequency table on counts&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/59629/HTML/default/procstat_freq_sect003.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/59629/HTML/default/procstat_freq_sect003.htm&lt;/A&gt;</description>
      <pubDate>Thu, 08 Jan 2009 17:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Testing-if-change-in-is-signifcant-from-one-year-to-the-next/m-p/68181#M19528</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-01-08T17:20:06Z</dc:date>
    </item>
  </channel>
</rss>

