<?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: Risk Ratio and Confidence interval in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Risk-Ratio-and-Confidence-interval/m-p/13807#M265</link>
    <description>Hi sagar,&lt;BR /&gt;
&lt;BR /&gt;
Here is one way to calculate RR and it's 95% CI:&lt;BR /&gt;
&lt;BR /&gt;
data risk;&lt;BR /&gt;
input trt $ outcome $ count;&lt;BR /&gt;
datalines;&lt;BR /&gt;
A yes  19&lt;BR /&gt;
A no   39&lt;BR /&gt;
B yes  29&lt;BR /&gt;
B no   44&lt;BR /&gt;
;&lt;BR /&gt;
&lt;BR /&gt;
proc freq data=risk;&lt;BR /&gt;
table trt*outcome/relrisk;&lt;BR /&gt;
weight count;&lt;BR /&gt;
run;</description>
    <pubDate>Mon, 09 Nov 2009 20:26:17 GMT</pubDate>
    <dc:creator>statsplank</dc:creator>
    <dc:date>2009-11-09T20:26:17Z</dc:date>
    <item>
      <title>Risk Ratio and Confidence interval</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Risk-Ratio-and-Confidence-interval/m-p/13806#M264</link>
      <description>I need some procedure to calulate risk ratio and confidence interval for two treatment groups A and B , I am very new to Statistics, so kindly help.&lt;BR /&gt;
&lt;BR /&gt;
The data is like as shown below:&lt;BR /&gt;
&lt;BR /&gt;
EVENT   Treatment_A  Treatment_B&lt;BR /&gt;
ABC        19                29&lt;BR /&gt;
&lt;BR /&gt;
And i Need to calculate RR and CI as follows &lt;BR /&gt;
&lt;BR /&gt;
EVENT  TRT_A (N=58)  TRT_B(N=73)   RR(95% CI Lower-Upper)&lt;BR /&gt;
ABC       20                      21                 1.21(0.76,1.93)</description>
      <pubDate>Mon, 09 Nov 2009 09:47:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Risk-Ratio-and-Confidence-interval/m-p/13806#M264</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-09T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Risk Ratio and Confidence interval</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Risk-Ratio-and-Confidence-interval/m-p/13807#M265</link>
      <description>Hi sagar,&lt;BR /&gt;
&lt;BR /&gt;
Here is one way to calculate RR and it's 95% CI:&lt;BR /&gt;
&lt;BR /&gt;
data risk;&lt;BR /&gt;
input trt $ outcome $ count;&lt;BR /&gt;
datalines;&lt;BR /&gt;
A yes  19&lt;BR /&gt;
A no   39&lt;BR /&gt;
B yes  29&lt;BR /&gt;
B no   44&lt;BR /&gt;
;&lt;BR /&gt;
&lt;BR /&gt;
proc freq data=risk;&lt;BR /&gt;
table trt*outcome/relrisk;&lt;BR /&gt;
weight count;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 09 Nov 2009 20:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Risk-Ratio-and-Confidence-interval/m-p/13807#M265</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2009-11-09T20:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Risk Ratio and Confidence interval</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Risk-Ratio-and-Confidence-interval/m-p/13808#M266</link>
      <description>Thank you so much.</description>
      <pubDate>Tue, 10 Nov 2009 08:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Risk-Ratio-and-Confidence-interval/m-p/13808#M266</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-10T08:23:08Z</dc:date>
    </item>
  </channel>
</rss>

