<?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: Cochran-Armitage Trend test interpretation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492284#M25543</link>
    <description>&lt;P&gt;I think you could trust result :&amp;nbsp; there is a trend due to p-value &amp;lt;0.05.&lt;/P&gt;
&lt;P&gt;But the problem is you have a WARNING: count less than 5. if you could get rid of this warning that would be perfect.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 13:45:14 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2018-09-04T13:45:14Z</dc:date>
    <item>
      <title>Cochran-Armitage Trend test interpretation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492265#M25541</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By applying the following code, I receive the following results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm quite surprised by the significance of the Exact Rend test results, as the positive effect (opportunity-new) row percentage seems&lt;/P&gt;&lt;P&gt;pretty alternating overtime, and I would expect a no presence of any trend effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, There could be something ongoing here which I'm missing that could make the test not reliable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bests&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 435px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22969iD2DF1A7A952C41E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=lead_att (where=(outcome_rev2 is not missing and outcome_rev2 not like '%Existing%') );
tables yy_event*outcome_rev2/cmh chisq nopercent nocol nopct trend ;
exact trend;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Sep 2018 12:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492265#M25541</guid>
      <dc:creator>dcortell</dc:creator>
      <dc:date>2018-09-04T12:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cochran-Armitage Trend test interpretation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492281#M25542</link>
      <description>&lt;P&gt;I think you could trust result :&amp;nbsp; there is a trend due to p-value &amp;lt;0.05.&lt;/P&gt;
&lt;P&gt;But the problem is you have a WARNING: count less than 5. if you could get rid of this warning that would be perfect.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 13:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492281#M25542</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-04T13:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cochran-Armitage Trend test interpretation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492284#M25543</link>
      <description>&lt;P&gt;I think you could trust result :&amp;nbsp; there is a trend due to p-value &amp;lt;0.05.&lt;/P&gt;
&lt;P&gt;But the problem is you have a WARNING: count less than 5. if you could get rid of this warning that would be perfect.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 13:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492284#M25543</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-04T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cochran-Armitage Trend test interpretation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492306#M25545</link>
      <description>&lt;P&gt;The warning should not be a problem here, as the Exact Cochran Test is intended to manage cases like these were obs&amp;lt;5 are present in cells.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 14:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492306#M25545</guid>
      <dc:creator>dcortell</dc:creator>
      <dc:date>2018-09-04T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cochran-Armitage Trend test interpretation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492627#M25556</link>
      <description>&lt;P&gt;OK. You are right. EXACT test take care of this situation.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 12:28:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cochran-Armitage-Trend-test-interpretation/m-p/492627#M25556</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-05T12:28:45Z</dc:date>
    </item>
  </channel>
</rss>

