<?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 for Risk Ratio, 95% CI of Risk Ratio and p-value with methon  Chan and Zhang(1999) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500657#M25818</link>
    <description>Thank you! Would you please prompt how to calculate p-value within the procedure as well.</description>
    <pubDate>Tue, 02 Oct 2018 09:36:59 GMT</pubDate>
    <dc:creator>DmytroYermak</dc:creator>
    <dc:date>2018-10-02T09:36:59Z</dc:date>
    <item>
      <title>Proc Freq for Risk Ratio, 95% CI of Risk Ratio and p-value with method of  Chan and Zhang(1999)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500652#M25815</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help with the statistics evaluation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to calculate: Risk Ratio, 95% CI of Risk Ratio and p-value with method of&amp;nbsp; Chan and Zhang(1999).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please say the syntax of Proc Freq for the case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 09:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500652#M25815</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-10-02T09:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq for Risk Ratio, 95% CI of Risk Ratio and p-value with methon  Chan and Zhang(1999)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500656#M25817</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58513"&gt;@DmytroYermak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_freq_syntax03.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en#statug.freq.freqexrelrisk" target="_blank"&gt;SAS/STAT 14.3 documentation&lt;/A&gt;, that method is the new default, so the RELRISK option of the EXACT statement is sufficient:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;exact relrisk;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In earlier SAS/STAT versions (up to 14.2) you had to specify&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;exact relrisk(method=score);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 09:31:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500656#M25817</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-10-02T09:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq for Risk Ratio, 95% CI of Risk Ratio and p-value with methon  Chan and Zhang(1999)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500657#M25818</link>
      <description>Thank you! Would you please prompt how to calculate p-value within the procedure as well.</description>
      <pubDate>Tue, 02 Oct 2018 09:36:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500657#M25818</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-10-02T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq for Risk Ratio, 95% CI of Risk Ratio and p-value with methon  Chan and Zhang(1999)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500661#M25819</link>
      <description>&lt;P&gt;There doesn't seem to be an option to compute a corresponding test (although the CI is based on one-sided exact tests). At least I can't find it, sorry. Maybe you can&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;iteratively modify the ALPHA= option of the TABLES statement until a pre-specified value equals&amp;nbsp;a confidence limit&lt;/LI&gt;
&lt;LI&gt;or compute the test outside of PROC FREQ (i.e. manually in a data step -- I don't have code for this)&lt;/LI&gt;
&lt;LI&gt;or use one of the available tests for the risk &lt;EM&gt;difference&lt;/EM&gt; instead if appropriate.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Oct 2018 10:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-for-Risk-Ratio-95-CI-of-Risk-Ratio-and-p-value-with/m-p/500661#M25819</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-10-02T10:29:24Z</dc:date>
    </item>
  </channel>
</rss>

