<?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 Proc SEQDESIGN and futility in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-SEQDESIGN-and-futility/m-p/618375#M29767</link>
    <description>&lt;P&gt;Hi SAS Friends,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am looking for examples of how to use the PROC SEQDESIGN procedure when adding an interim FUTILITY analysis &lt;U&gt;only&lt;/U&gt; to a study design.&amp;nbsp; All examples seen so far in the SAS PROC SEQDESIGN Manual and meeting papers include an interim analysis for efficacy with a futility analysis added.&amp;nbsp; However none with futility alone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the following code:&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;proc seqdesign pss stopprob errspend ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;onesidedtwostage: design nstages=2 info=cum(.6 1) alt=upper&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;alpha=0.025 beta=.20&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;method(reject)=errfuncobf&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* INTERIM EFFICACY BOUNDARY */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;METHOD(ACCEPT)=ERRFUNCOBF STOP=BOTH ;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;/* INTERIM FUTILITY&amp;nbsp; BOUNDARY */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;samplesize model=twosamplefreq(nullprop=.5 prop=.70 ref=nullprop test=prop);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;title1 "Stopping early for futility " ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above code generates efficacy and futility boundaries,&amp;nbsp; however if the efficacy line is deactivated (as&amp;nbsp; /*&lt;SPAN&gt;method(reject)=errfuncobf */) then the code will not run and the following error is produced:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Methods for all boundaries must be specified in the DESIGN statement if more than one&lt;BR /&gt;stage is specified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions how produce an interim futility analysis&amp;nbsp; only, using&amp;nbsp; the above code, or any SAS code, would be greatly appreciated.&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;R&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jan 2020 17:05:59 GMT</pubDate>
    <dc:creator>rmacarthur</dc:creator>
    <dc:date>2020-01-19T17:05:59Z</dc:date>
    <item>
      <title>Proc SEQDESIGN and futility</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-SEQDESIGN-and-futility/m-p/618375#M29767</link>
      <description>&lt;P&gt;Hi SAS Friends,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am looking for examples of how to use the PROC SEQDESIGN procedure when adding an interim FUTILITY analysis &lt;U&gt;only&lt;/U&gt; to a study design.&amp;nbsp; All examples seen so far in the SAS PROC SEQDESIGN Manual and meeting papers include an interim analysis for efficacy with a futility analysis added.&amp;nbsp; However none with futility alone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the following code:&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;proc seqdesign pss stopprob errspend ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;onesidedtwostage: design nstages=2 info=cum(.6 1) alt=upper&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;alpha=0.025 beta=.20&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;method(reject)=errfuncobf&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* INTERIM EFFICACY BOUNDARY */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;METHOD(ACCEPT)=ERRFUNCOBF STOP=BOTH ;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;/* INTERIM FUTILITY&amp;nbsp; BOUNDARY */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;samplesize model=twosamplefreq(nullprop=.5 prop=.70 ref=nullprop test=prop);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;title1 "Stopping early for futility " ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above code generates efficacy and futility boundaries,&amp;nbsp; however if the efficacy line is deactivated (as&amp;nbsp; /*&lt;SPAN&gt;method(reject)=errfuncobf */) then the code will not run and the following error is produced:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Methods for all boundaries must be specified in the DESIGN statement if more than one&lt;BR /&gt;stage is specified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions how produce an interim futility analysis&amp;nbsp; only, using&amp;nbsp; the above code, or any SAS code, would be greatly appreciated.&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;R&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 17:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-SEQDESIGN-and-futility/m-p/618375#M29767</guid>
      <dc:creator>rmacarthur</dc:creator>
      <dc:date>2020-01-19T17:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SEQDESIGN and futility</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-SEQDESIGN-and-futility/m-p/619326#M29832</link>
      <description>&lt;P&gt;I do not use PROC SEQDESIGN myself, but I &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_seqdesign_syntax04.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#statug.seqdesign.stopopt" target="_self"&gt;notice in the doc&lt;/A&gt; that the syntax supports&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" aa-term "&gt;STOP=ACCEPT&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=" aa-term "&gt;STOP=REJECT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" aa-term "&gt;Is that useful?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 21:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-SEQDESIGN-and-futility/m-p/619326#M29832</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-22T21:17:04Z</dc:date>
    </item>
  </channel>
</rss>

