<?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: odds ratio by age category in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/250154#M13176</link>
    <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC freq data=mydata;
tables agec*trt /chisq cmh alpha=0.05;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2016 19:34:51 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2016-02-15T19:34:51Z</dc:date>
    <item>
      <title>odds ratio by age category</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/249300#M13103</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used proc freq with cmh chisq and alpha options to generate odds ratio for my data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I need to generate by age category.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I use class statement?&lt;/P&gt;
&lt;P&gt;PROC freq data=mydata;&lt;/P&gt;
&lt;P&gt;class agec;&lt;/P&gt;
&lt;P&gt;tables trt /chisq cmh alpha=0.05;&lt;/P&gt;
&lt;P&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is giving me an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Archana&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 20:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/249300#M13103</guid>
      <dc:creator>ArchanaSudhir</dc:creator>
      <dc:date>2016-02-10T20:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: odds ratio by age category</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/249303#M13104</link>
      <description>&lt;P&gt;Here is &lt;A href="http://support.sas.com/documentation/cdl/en/procstat/68142/HTML/default/viewer.htm#procstat_freq_toc.htm" target="_self"&gt;the documentation for the FREQ procedure&lt;/A&gt;. All the valid syntax is explained. There is not a CLASS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can, however, run stratified analyses by using additional variables on the TABLES statement. &lt;A href="http://support.sas.com/documentation/cdl/en/procstat/68142/HTML/default/viewer.htm#procstat_freq_examples07.htm" target="_self"&gt;Here is an example&lt;/A&gt;, also from the documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 20:47:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/249303#M13104</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-02-10T20:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: odds ratio by age category</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/249359#M13110</link>
      <description>&lt;P&gt;If you simply want separate tests for each age category, sort your data and use a BY statement.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 03:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/249359#M13110</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-02-11T03:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: odds ratio by age category</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/250154#M13176</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC freq data=mydata;
tables agec*trt /chisq cmh alpha=0.05;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:34:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-by-age-category/m-p/250154#M13176</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-02-15T19:34:51Z</dc:date>
    </item>
  </channel>
</rss>

