<?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: Proc Freq Output in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-Output/m-p/44390#M1954</link>
    <description>Thanks for the reply!</description>
    <pubDate>Tue, 05 Apr 2011 20:23:32 GMT</pubDate>
    <dc:creator>BTAinRVA</dc:creator>
    <dc:date>2011-04-05T20:23:32Z</dc:date>
    <item>
      <title>Proc Freq Output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-Output/m-p/44388#M1952</link>
      <description>Please forgive the newbie, but I ran the code below and was expecting to see a table with Odds Ratios with the title&lt;BR /&gt;
Estimates of the Common Relative Risk (Row1/Row2). The variables Var7 and Var8 are nominal variables&lt;BR /&gt;
&lt;BR /&gt;
ods rtf style=journal; /*turn on rtf output*/&lt;BR /&gt;
ods listing close; /*turn off list (regular) output window, optional*/&lt;BR /&gt;
ods graphics on; /*turn on ods graphics*/&lt;BR /&gt;
&lt;BR /&gt;
proc freq data=Var78Stratified;&lt;BR /&gt;
	table var7*cust_type var8*var7*cust_type / cmh;&lt;BR /&gt;
	title 'Contingency Table Analysis Assessing CBSA Type and Rural/Urban County Size';&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
ods listing;</description>
      <pubDate>Tue, 05 Apr 2011 18:19:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-Output/m-p/44388#M1952</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2011-04-05T18:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq Output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-Output/m-p/44389#M1953</link>
      <description>var7 and cust_type need to be binary to get those statistics.</description>
      <pubDate>Tue, 05 Apr 2011 19:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-Output/m-p/44389#M1953</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-04-05T19:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq Output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-Output/m-p/44390#M1954</link>
      <description>Thanks for the reply!</description>
      <pubDate>Tue, 05 Apr 2011 20:23:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-Output/m-p/44390#M1954</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2011-04-05T20:23:32Z</dc:date>
    </item>
  </channel>
</rss>

