<?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 Help with PROC SEQDESIGN Warning Message in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-SEQDESIGN-Warning-Message/m-p/719897#M34836</link>
    <description>&lt;P&gt;First let me preface that I am new to using PROC SEQDESIGN. I am designing a CT and determining a sample size with 1 interim look. &amp;nbsp;The interim look is to examine whether to stop to reject the null or fail to reject the null. &amp;nbsp;The sample size determined with the OverallStudy design statement is similar to the sample size determined using PROC POWER so I feel comfortable that I am on the right track. &amp;nbsp;However,&amp;nbsp;I am receiving a warning message in PROC SEQDESIGN that states:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;" WARNING:&amp;nbsp;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;The expected number of events 102.02, derived from the&amp;nbsp;MODEL=TWOSAMPLESURV option, is not the same as the value 105.03&amp;nbsp;derived from the maximum information specified or derived in the&amp;nbsp;procedure. The SAMPLESIZE statement is not used."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone point me in a direction of why and what I might try to get the sample size to run for both the OverallStudy design and the&amp;nbsp;StopToRejectAccept design in the code below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;seqdesign&lt;/STRONG&gt;&lt;/SPAN&gt; altref&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;0.641854&lt;/STRONG&gt;&lt;/SPAN&gt; boundaryscale&lt;SPAN&gt;=pvalue &lt;/SPAN&gt;plots&lt;SPAN&gt;=all;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;OverallStudy: &lt;SPAN&gt;design&lt;/SPAN&gt; &lt;SPAN&gt;nstages&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;alpha&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;beta&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.10&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;StopToRejectAccept: &lt;SPAN&gt;design&lt;/SPAN&gt; &lt;SPAN&gt;nstages&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;method&lt;/SPAN&gt;=errfuncobf &lt;SPAN&gt;info&lt;/SPAN&gt;=cum(&lt;SPAN&gt;&lt;STRONG&gt;55&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;110&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&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; &lt;/SPAN&gt;&lt;SPAN&gt;alpha&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;beta&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.10&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;stop&lt;/SPAN&gt;=both (betaboundary=nonbinding);&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;samplesize&lt;/SPAN&gt; &lt;SPAN&gt;model&lt;/SPAN&gt;=TWOSAMPLESURV&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;(nullhazard=&lt;SPAN&gt;&lt;STRONG&gt;0.114&lt;/STRONG&gt;&lt;/SPAN&gt; hazard=&lt;SPAN&gt;&lt;STRONG&gt;0.06&lt;/STRONG&gt;&lt;/SPAN&gt; ref=hazard accrual=uniform acctime=18&lt;SPAN&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; foltime=&lt;SPAN&gt;&lt;STRONG&gt;180&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;loss=exp(hazard=&lt;SPAN&gt;&lt;STRONG&gt;0.025&lt;/STRONG&gt;&lt;/SPAN&gt;));&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for any help you can give!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jenn&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2021 13:42:32 GMT</pubDate>
    <dc:creator>jwaller</dc:creator>
    <dc:date>2021-02-17T13:42:32Z</dc:date>
    <item>
      <title>Help with PROC SEQDESIGN Warning Message</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-SEQDESIGN-Warning-Message/m-p/719897#M34836</link>
      <description>&lt;P&gt;First let me preface that I am new to using PROC SEQDESIGN. I am designing a CT and determining a sample size with 1 interim look. &amp;nbsp;The interim look is to examine whether to stop to reject the null or fail to reject the null. &amp;nbsp;The sample size determined with the OverallStudy design statement is similar to the sample size determined using PROC POWER so I feel comfortable that I am on the right track. &amp;nbsp;However,&amp;nbsp;I am receiving a warning message in PROC SEQDESIGN that states:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;" WARNING:&amp;nbsp;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;The expected number of events 102.02, derived from the&amp;nbsp;MODEL=TWOSAMPLESURV option, is not the same as the value 105.03&amp;nbsp;derived from the maximum information specified or derived in the&amp;nbsp;procedure. The SAMPLESIZE statement is not used."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone point me in a direction of why and what I might try to get the sample size to run for both the OverallStudy design and the&amp;nbsp;StopToRejectAccept design in the code below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;seqdesign&lt;/STRONG&gt;&lt;/SPAN&gt; altref&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;0.641854&lt;/STRONG&gt;&lt;/SPAN&gt; boundaryscale&lt;SPAN&gt;=pvalue &lt;/SPAN&gt;plots&lt;SPAN&gt;=all;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;OverallStudy: &lt;SPAN&gt;design&lt;/SPAN&gt; &lt;SPAN&gt;nstages&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;alpha&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;beta&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.10&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;StopToRejectAccept: &lt;SPAN&gt;design&lt;/SPAN&gt; &lt;SPAN&gt;nstages&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;method&lt;/SPAN&gt;=errfuncobf &lt;SPAN&gt;info&lt;/SPAN&gt;=cum(&lt;SPAN&gt;&lt;STRONG&gt;55&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;110&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&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; &lt;/SPAN&gt;&lt;SPAN&gt;alpha&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;beta&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.10&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;stop&lt;/SPAN&gt;=both (betaboundary=nonbinding);&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;samplesize&lt;/SPAN&gt; &lt;SPAN&gt;model&lt;/SPAN&gt;=TWOSAMPLESURV&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;(nullhazard=&lt;SPAN&gt;&lt;STRONG&gt;0.114&lt;/STRONG&gt;&lt;/SPAN&gt; hazard=&lt;SPAN&gt;&lt;STRONG&gt;0.06&lt;/STRONG&gt;&lt;/SPAN&gt; ref=hazard accrual=uniform acctime=18&lt;SPAN&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; foltime=&lt;SPAN&gt;&lt;STRONG&gt;180&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;loss=exp(hazard=&lt;SPAN&gt;&lt;STRONG&gt;0.025&lt;/STRONG&gt;&lt;/SPAN&gt;));&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for any help you can give!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jenn&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 13:42:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-SEQDESIGN-Warning-Message/m-p/719897#M34836</guid>
      <dc:creator>jwaller</dc:creator>
      <dc:date>2021-02-17T13:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with PROC SEQDESIGN Warning Message</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-SEQDESIGN-Warning-Message/m-p/719947#M34844</link>
      <description>&lt;P&gt;Try running PROC SEQDESIGN separately with only one DESIGN statement in each run.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 15:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-SEQDESIGN-Warning-Message/m-p/719947#M34844</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-02-17T15:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with PROC SEQDESIGN Warning Message</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-SEQDESIGN-Warning-Message/m-p/719949#M34845</link>
      <description>&lt;P&gt;Gracias! &amp;nbsp;Worked perfectly. &amp;nbsp;I don't know why I didn't think to try that combo. &amp;nbsp;I appreciate your quick response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jenn&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 16:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-SEQDESIGN-Warning-Message/m-p/719949#M34845</guid>
      <dc:creator>jwaller</dc:creator>
      <dc:date>2021-02-17T16:02:34Z</dc:date>
    </item>
  </channel>
</rss>

