<?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: commonriskdiff using MR method in the case of double ones in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/commonriskdiff-using-MR-method-in-the-case-of-double-ones/m-p/880026#M43535</link>
    <description>&lt;P&gt;In a follow-up, I have run below cases. The two cases give the same estimate:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data test1;&lt;BR /&gt;input strat trt $ responder $ count;&lt;BR /&gt;datalines;&lt;BR /&gt;1 Test Responder 4&lt;BR /&gt;1 Test NR 8&lt;BR /&gt;1 Pbo Responder 2&lt;BR /&gt;1 Pbo NR 11&lt;BR /&gt;2 Test Responder 0&lt;BR /&gt;2 Test NR 12&lt;BR /&gt;2 Pbo Responder 0&lt;BR /&gt;2 Pbo NR 13&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data test2;&lt;BR /&gt;input strat trt $ responder $ count;&lt;BR /&gt;datalines;&lt;BR /&gt;1 Test Responder 4&lt;BR /&gt;1 Test NR 8&lt;BR /&gt;1 Pbo Responder 2&lt;BR /&gt;1 Pbo NR 11&lt;BR /&gt;2 Test Responder 12&lt;BR /&gt;2 Test NR 0&lt;BR /&gt;2 Pbo Responder 13&lt;BR /&gt;2 Pbo NR 0&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;proc freq data=test1;&lt;BR /&gt;weight count;&lt;BR /&gt;tables strat*trt * responder/commonriskdiff(column=2 cl=MR correct=NO);&lt;BR /&gt;run;&lt;BR /&gt;proc freq data=test2;&lt;BR /&gt;weight count;&lt;BR /&gt;tables strat*trt * responder/commonriskdiff(column=2 cl=MR correct=NO);&lt;BR /&gt;run;&lt;BR /&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 17:10:57 GMT</pubDate>
    <dc:creator>helenjad</dc:creator>
    <dc:date>2023-06-10T17:10:57Z</dc:date>
    <item>
      <title>commonriskdiff using MR method in the case of double ones</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/commonriskdiff-using-MR-method-in-the-case-of-double-ones/m-p/880023#M43534</link>
      <description>&lt;P&gt;Hello, I've asked when there is a case of double zero event like how to adjust for the zero cell. W&lt;SPAN&gt;hat if we have a double one case, i.e. both p_h1 and p_h2 are equal to 1, we would also have variance equal to zero. What SAS would do to handle this situation? Below are the reference formula.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="helenjad_0-1686414507787.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84871i335970A76D069731/image-size/medium?v=v2&amp;amp;px=400" role="button" title="helenjad_0-1686414507787.png" alt="helenjad_0-1686414507787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="helenjad_2-1686414533485.png" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84873i30DE7B623364A527/image-size/small?v=v2&amp;amp;px=200" role="button" title="helenjad_2-1686414533485.png" alt="helenjad_2-1686414533485.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 16:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/commonriskdiff-using-MR-method-in-the-case-of-double-ones/m-p/880023#M43534</guid>
      <dc:creator>helenjad</dc:creator>
      <dc:date>2023-06-10T16:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: commonriskdiff using MR method in the case of double ones</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/commonriskdiff-using-MR-method-in-the-case-of-double-ones/m-p/880026#M43535</link>
      <description>&lt;P&gt;In a follow-up, I have run below cases. The two cases give the same estimate:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data test1;&lt;BR /&gt;input strat trt $ responder $ count;&lt;BR /&gt;datalines;&lt;BR /&gt;1 Test Responder 4&lt;BR /&gt;1 Test NR 8&lt;BR /&gt;1 Pbo Responder 2&lt;BR /&gt;1 Pbo NR 11&lt;BR /&gt;2 Test Responder 0&lt;BR /&gt;2 Test NR 12&lt;BR /&gt;2 Pbo Responder 0&lt;BR /&gt;2 Pbo NR 13&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data test2;&lt;BR /&gt;input strat trt $ responder $ count;&lt;BR /&gt;datalines;&lt;BR /&gt;1 Test Responder 4&lt;BR /&gt;1 Test NR 8&lt;BR /&gt;1 Pbo Responder 2&lt;BR /&gt;1 Pbo NR 11&lt;BR /&gt;2 Test Responder 12&lt;BR /&gt;2 Test NR 0&lt;BR /&gt;2 Pbo Responder 13&lt;BR /&gt;2 Pbo NR 0&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;proc freq data=test1;&lt;BR /&gt;weight count;&lt;BR /&gt;tables strat*trt * responder/commonriskdiff(column=2 cl=MR correct=NO);&lt;BR /&gt;run;&lt;BR /&gt;proc freq data=test2;&lt;BR /&gt;weight count;&lt;BR /&gt;tables strat*trt * responder/commonriskdiff(column=2 cl=MR correct=NO);&lt;BR /&gt;run;&lt;BR /&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 17:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/commonriskdiff-using-MR-method-in-the-case-of-double-ones/m-p/880026#M43535</guid>
      <dc:creator>helenjad</dc:creator>
      <dc:date>2023-06-10T17:10:57Z</dc:date>
    </item>
  </channel>
</rss>

