<?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: CMH P-Value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CMH-P-Value/m-p/557597#M155458</link>
    <description>&lt;P&gt;It depends. Read the documentation for these statistics. If your variables TRT01PN and ACCGR0FL are both ordinal, you should go for the "Stratified Spearman"&amp;nbsp; correlation labelled "Nonzero Correlation". If either variable is nominal,, go for the "General Association" measure.&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2019 20:00:26 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2019-05-09T20:00:26Z</dc:date>
    <item>
      <title>CMH P-Value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CMH-P-Value/m-p/557575#M155455</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to take "Stratified Cochran-Mantel-Haenszel Test P-value" from proc freq. So I am using below procedure for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on;
ods output CMH=cmhpval;

proc freq data=xxx;
tables ACCRES*TRT01PN*ACCGR0FL / norow nocum cmh;
run;

ods output close;
ods trace off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am getting below output.&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="cmhpval.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29384iB4B20B47660DCC0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="cmhpval.PNG" alt="cmhpval.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So which value I need to choose from these three?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adithya&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 19:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CMH-P-Value/m-p/557575#M155455</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2019-05-09T19:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: CMH P-Value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CMH-P-Value/m-p/557597#M155458</link>
      <description>&lt;P&gt;It depends. Read the documentation for these statistics. If your variables TRT01PN and ACCGR0FL are both ordinal, you should go for the "Stratified Spearman"&amp;nbsp; correlation labelled "Nonzero Correlation". If either variable is nominal,, go for the "General Association" measure.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 20:00:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CMH-P-Value/m-p/557597#M155458</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-05-09T20:00:26Z</dc:date>
    </item>
  </channel>
</rss>

