<?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 How do I do Proc seqdesign and sample size for gee model/proc genmod in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-do-Proc-seqdesign-and-sample-size-for-gee-model-proc/m-p/823708#M40894</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to use a&amp;nbsp;group sequential tests that use an O’Brien-Fleming group sequential design methodology ---to access sample size and boundaries values for a clinical trials that randomized subjects to two treatment groups A or B, within centers. The end point is the proportion of subjects fully cured after receiving the treatment after day 5. The study is powered for 90% with a 2-sided 5% alpha to detect a 20% difference in the primary endpoint from 60% on treatment A to 80% on treatment B.&amp;nbsp; We know, centers are crossed with treatment, in other words subjects in each center has subjects who receive treatment A or B. We do not want to ignore the within center correlation in the outcomes because of homogeneity of subjects and institutional practice within centers. Thus, we cannot use the usual chi-square test to compare these two treatment groups but specifically use GEE model with centers treated as clusters -via proc genmod to help account for the correlation in data. Now the questions Proc Seqdesign does not allow me to use/incorporate gee model under the "samplesize model= ...."&amp;nbsp; see below, so I am not able to adjust for the correlation in computing the SAMPLE SIZE.&amp;nbsp; Can someone advise on how to go around this to get boundary values to use&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS graphics on;
proc seqdesign altref=0.10
boundaryscale=mle;
OBrienFleming: design method=obf
nstages=4
stop=both
alpha=0.05;
samplesize model=twosamplefreq(nullprop=0.2 test=prop);
ODS output Boundary=Bnd_Count;
run;
ods graphics off;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 17 Jul 2022 13:28:10 GMT</pubDate>
    <dc:creator>SteveBee</dc:creator>
    <dc:date>2022-07-17T13:28:10Z</dc:date>
    <item>
      <title>How do I do Proc seqdesign and sample size for gee model/proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-do-Proc-seqdesign-and-sample-size-for-gee-model-proc/m-p/823708#M40894</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to use a&amp;nbsp;group sequential tests that use an O’Brien-Fleming group sequential design methodology ---to access sample size and boundaries values for a clinical trials that randomized subjects to two treatment groups A or B, within centers. The end point is the proportion of subjects fully cured after receiving the treatment after day 5. The study is powered for 90% with a 2-sided 5% alpha to detect a 20% difference in the primary endpoint from 60% on treatment A to 80% on treatment B.&amp;nbsp; We know, centers are crossed with treatment, in other words subjects in each center has subjects who receive treatment A or B. We do not want to ignore the within center correlation in the outcomes because of homogeneity of subjects and institutional practice within centers. Thus, we cannot use the usual chi-square test to compare these two treatment groups but specifically use GEE model with centers treated as clusters -via proc genmod to help account for the correlation in data. Now the questions Proc Seqdesign does not allow me to use/incorporate gee model under the "samplesize model= ...."&amp;nbsp; see below, so I am not able to adjust for the correlation in computing the SAMPLE SIZE.&amp;nbsp; Can someone advise on how to go around this to get boundary values to use&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS graphics on;
proc seqdesign altref=0.10
boundaryscale=mle;
OBrienFleming: design method=obf
nstages=4
stop=both
alpha=0.05;
samplesize model=twosamplefreq(nullprop=0.2 test=prop);
ODS output Boundary=Bnd_Count;
run;
ods graphics off;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 13:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-do-Proc-seqdesign-and-sample-size-for-gee-model-proc/m-p/823708#M40894</guid>
      <dc:creator>SteveBee</dc:creator>
      <dc:date>2022-07-17T13:28:10Z</dc:date>
    </item>
  </channel>
</rss>

