<?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 Power calculation for sequential design with multiple endpoints (one binary superiority &amp;amp; one NI) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Power-calculation-for-sequential-design-with-multiple-endpoints/m-p/632938#M30333</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to perform a power calculation for a 2-arm randomised clinical study using a sequential design study with 2 outcomes - I having some difficulties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The study has 2 primary outcomes which should be evaluated in a hierarchical manner (ie, outcome 2 is only evaluated if the null hypothesis for outcome 1 is rejected). The 1st outcome is a binary efficacy outcome for which superiority is necessary (expected 20% absolute difference - 2-sided alpha 0.05). The 2nd outcome is a safety binary outcome for which non-inferiority is necessary (10% margin - 1-sided alpha 0.025). The study has 3 equally spaced analysis timepoints &amp;amp; should be stopped for futility (ie, efficacy not established, null not rejected) or safety harm (ie, safety outcome not non-inferior, null rejected).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any advice on how to program this? I currently have something like this to cover outcome 1, but I am unsure of how to incorporate the non-inferiority outcome 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate any help,&lt;/P&gt;&lt;P&gt;Megan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods graphics on;
proc seqdesign altref=0.2
;
OneSidedOBrienFleming: design nstages=3
method=obf
alt=upper stop=accept
alpha=0.025 beta=0.20
;
samplesize model(ceiladjdesign=include)
=twosamplefreq(nullprop=0.3 test=prop);
ods output AdjustedBoundary=Bnd_Prop;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 12:30:51 GMT</pubDate>
    <dc:creator>meganmoreton</dc:creator>
    <dc:date>2020-03-18T12:30:51Z</dc:date>
    <item>
      <title>Power calculation for sequential design with multiple endpoints (one binary superiority &amp; one NI)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Power-calculation-for-sequential-design-with-multiple-endpoints/m-p/632938#M30333</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to perform a power calculation for a 2-arm randomised clinical study using a sequential design study with 2 outcomes - I having some difficulties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The study has 2 primary outcomes which should be evaluated in a hierarchical manner (ie, outcome 2 is only evaluated if the null hypothesis for outcome 1 is rejected). The 1st outcome is a binary efficacy outcome for which superiority is necessary (expected 20% absolute difference - 2-sided alpha 0.05). The 2nd outcome is a safety binary outcome for which non-inferiority is necessary (10% margin - 1-sided alpha 0.025). The study has 3 equally spaced analysis timepoints &amp;amp; should be stopped for futility (ie, efficacy not established, null not rejected) or safety harm (ie, safety outcome not non-inferior, null rejected).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any advice on how to program this? I currently have something like this to cover outcome 1, but I am unsure of how to incorporate the non-inferiority outcome 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate any help,&lt;/P&gt;&lt;P&gt;Megan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods graphics on;
proc seqdesign altref=0.2
;
OneSidedOBrienFleming: design nstages=3
method=obf
alt=upper stop=accept
alpha=0.025 beta=0.20
;
samplesize model(ceiladjdesign=include)
=twosamplefreq(nullprop=0.3 test=prop);
ods output AdjustedBoundary=Bnd_Prop;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 12:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Power-calculation-for-sequential-design-with-multiple-endpoints/m-p/632938#M30333</guid>
      <dc:creator>meganmoreton</dc:creator>
      <dc:date>2020-03-18T12:30:51Z</dc:date>
    </item>
  </channel>
</rss>

