<?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: How maximum information is calculated in proc seqdesign in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825581#M40891</link>
    <description>&lt;P&gt;Thanks for replay :). I have read this section before, but I still do not understand the generation of the drift parameters. I am really interested in the "&lt;SPAN&gt;procedure internally derives a drift parameter&lt;/SPAN&gt;". where could I to read the source code to calculation this procedure? Thanks again for your replay.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 01:25:26 GMT</pubDate>
    <dc:creator>wikich</dc:creator>
    <dc:date>2022-07-27T01:25:26Z</dc:date>
    <item>
      <title>How maximum information is calculated in proc seqdesign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825394#M40882</link>
      <description>&lt;P&gt;Dear all, When I using proc seqdesign to calculate the sample size in group sequential design, the generation of maximum information is confused me.&lt;/P&gt;&lt;P&gt;let's use the example in sas help to explain,&lt;/P&gt;&lt;PRE class=""&gt;proc seqdesign altref=0.4
               pss
               stopprob
               errspend
               ;
   TwoSidedPocock:        design nstages=4 method=poc;
   TwoSidedOBrienFleming: design nstages=4 method=obf;
   samplesize model=twosamplemean(stddev=0.8 weight=2);
run;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the design information,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Method&lt;/TD&gt;&lt;TD&gt;Pocock&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Boundary Key&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;Both&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Alternative Reference&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;0.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Number of Stages&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Alpha&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;0.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Beta&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;0.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Power&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;0.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Max Information (Percent of Fixed Sample)&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;118.3143&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Max Information&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;77.69844&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the help document, the I0=(Φ−1(1−α/2)+Φ−1(1−β))20.42=(1.96+1.28155)20.16=65.6728,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to calcuate max information Ix = 77.69844?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 06:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825394#M40882</guid>
      <dc:creator>wikich</dc:creator>
      <dc:date>2022-07-26T06:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: How maximum information is calculated in proc seqdesign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825450#M40887</link>
      <description>&lt;P&gt;See "Specified and Derived Parameters" in the Details section of the PROC SEQDESIGN documentation. As noted there, when the alternative reference (ALTREF=) and the type I and type II error levels (ALPHA=, BETA=) are specified, then the procedure internally derives a drift parameter. GIven the drift and the alternative reference, that documentation section shows how the maximum information is computed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 14:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825450#M40887</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-07-26T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How maximum information is calculated in proc seqdesign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825581#M40891</link>
      <description>&lt;P&gt;Thanks for replay :). I have read this section before, but I still do not understand the generation of the drift parameters. I am really interested in the "&lt;SPAN&gt;procedure internally derives a drift parameter&lt;/SPAN&gt;". where could I to read the source code to calculation this procedure? Thanks again for your replay.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 01:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825581#M40891</guid>
      <dc:creator>wikich</dc:creator>
      <dc:date>2022-07-27T01:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: How maximum information is calculated in proc seqdesign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825692#M40895</link>
      <description>&lt;P&gt;There isn't a simple, closed-form expression for computing the drift parameter. It is derived using an iterative, root-finding algorithm.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 15:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825692#M40895</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-07-27T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How maximum information is calculated in proc seqdesign</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825797#M40900</link>
      <description>&lt;P&gt;I also find other papers to explain the procedure. I use the function uniroot() in R which could repeat the drift parameter generated in SAS. Thanks for your replay &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 22:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-maximum-information-is-calculated-in-proc-seqdesign/m-p/825797#M40900</guid>
      <dc:creator>wikich</dc:creator>
      <dc:date>2022-07-27T22:56:39Z</dc:date>
    </item>
  </channel>
</rss>

