<?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: non-inferiority with interim analysis in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/non-inferiority-with-interim-analysis/m-p/657634#M31493</link>
    <description>&lt;P&gt;Consider this:&amp;nbsp; Suppose you had 10 times as many subjects, and observed exactly the same proportions in the two groups.&amp;nbsp; I suggest that the p value would be substantially less than the Pocock boundary of 0.0310, and the lower bound of the difference would be greater than the inferiority margin.&amp;nbsp; So you would stop the trial as both criteria had been attained.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, in the end, the data at this point do not support non-inferiority, as BOTH criteria are not met.&amp;nbsp; More data might solve this problem, except that you have already spent 0.031 of your alpha&amp;nbsp; So, in the end, your test is underpowered at this point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 17:44:15 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2020-06-11T17:44:15Z</dc:date>
    <item>
      <title>non-inferiority with interim analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-inferiority-with-interim-analysis/m-p/657523#M31484</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am running an analysis for a non-inferiority design with proportions.&amp;nbsp; The current analysis is an interim analysis where I am applying Pocock boundary (significance boundary pvalue = 0.0310).&lt;/P&gt;
&lt;P&gt;The analysis is comparing proportion difference.&amp;nbsp; The non-inferiority margin is -0.10.&lt;/P&gt;
&lt;P&gt;The code I am using is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=a order=data;&lt;BR /&gt;tables group*Response / riskdiff(noninf margin=.10 method=fm norisks);&lt;BR /&gt;weight Count;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually in a non-inferiority setting I would compare the lower bound of the confidence interval to the non-inferiority margin.&amp;nbsp; If the lower bound is greater than margin this indicates non-inferiority.&amp;nbsp; However, because this is an interim analysis and I have a pvalue boundary, I need to compare the pvalue that is generated to the pvalue significance boundary as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SAS output from the above code shows the Farrington-Manning non-inferiority pvalue and confidence interval.&amp;nbsp; My question is what happens if the pvalue boundary is not crossed - for example if the pvalue comes out to be 0.04 (compared to boundary of 0.03) then I cannot stop the trial for efficacy - i.e non-inferiority not shown.&amp;nbsp; However the lower bound of the confidence interval is greater than the non inferiority margin - which would indicate non-inferiority has been shown.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there an option in SAS that would reconcile these?&amp;nbsp; If not, which would be the more correct measure to use - the NI pvalue or the lower bound CI,&amp;nbsp; to determine whether the study can stop at the interim?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 13:47:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-inferiority-with-interim-analysis/m-p/657523#M31484</guid>
      <dc:creator>nsns</dc:creator>
      <dc:date>2020-06-11T13:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: non-inferiority with interim analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-inferiority-with-interim-analysis/m-p/657634#M31493</link>
      <description>&lt;P&gt;Consider this:&amp;nbsp; Suppose you had 10 times as many subjects, and observed exactly the same proportions in the two groups.&amp;nbsp; I suggest that the p value would be substantially less than the Pocock boundary of 0.0310, and the lower bound of the difference would be greater than the inferiority margin.&amp;nbsp; So you would stop the trial as both criteria had been attained.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, in the end, the data at this point do not support non-inferiority, as BOTH criteria are not met.&amp;nbsp; More data might solve this problem, except that you have already spent 0.031 of your alpha&amp;nbsp; So, in the end, your test is underpowered at this point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:44:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-inferiority-with-interim-analysis/m-p/657634#M31493</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-06-11T17:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: non-inferiority with interim analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-inferiority-with-interim-analysis/m-p/658019#M31505</link>
      <description>&lt;P&gt;Thanks Steve.&amp;nbsp; I agree with you and actually that is what my thoughts were i.e. that both criteria would need to be met at the interim and if not, then at the final, I would need to compare the pvalue at final look to the Pocock cutoff (in this case it would be 0.0297 - very close to 0.03 which is characteristic of Pocock) and the lower bound CI to the NI margin (which intuitively would be acceptable if the pvalue is less than 0.05).&lt;/P&gt;
&lt;P&gt;I was just concerned that I wasn't missing an option in the Proc Freq that would make some type of adjustment to the confidence interval, but from what I understand from your reply is that this is not necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 11:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-inferiority-with-interim-analysis/m-p/658019#M31505</guid>
      <dc:creator>nsns</dc:creator>
      <dc:date>2020-06-12T11:27:05Z</dc:date>
    </item>
  </channel>
</rss>

