<?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: Sample size calculation for repeated measure in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/768989#M37610</link>
    <description>&lt;P&gt;Thanks a lot for this link. Indeed very helpful. I have a pilot study from which I would like to estimate the error standard deviation and correlation matrix. I use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;proc corr data = ccl2_t;&lt;BR /&gt;var _0 _12 _24 _36 _48;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;to obtain the correlations but I get some negative values which do not suit for the proc glmpower. Do you know how that can be fixed? How can I simply enter the correlation matrix?&lt;/P&gt;
&lt;P&gt;For the error standard deviation I simply find the SD of the mean differences. Is that a right approach?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 01:54:34 GMT</pubDate>
    <dc:creator>ph6</dc:creator>
    <dc:date>2021-09-22T01:54:34Z</dc:date>
    <item>
      <title>Sample size calculation for repeated measure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/768783#M37597</link>
      <description>I need to calculate the sample size for a study of biomarkers which indicate the progress of a disease. The samples will be collected at baseline, 12, 24,36 and 48 months and will be tested against 15 CSF biomarkers. A pilot study has been done with 15 patients which I would like to use as prior information. I believe that the biomarkers are independent but there also could be some correlation. The study question is to see if the continuous measurements of each biomarker changes over time. The biomarkers values are not normally distributed. I have tried Gpower software using non parametric Anova for repeated measure. My first question is whether I need to calculate the sample size for each biomarker individually using Bonferroni correction 0.05/15 and then choose the largest sample size, or to calculate the sample size for all biomarkers together. Another question, for the gpower I would need, no sphericity correction, epsilon, correlation between time points and eta square, I tried to calculate them using proc glm, as&lt;BR /&gt;&lt;BR /&gt;proc glm data=data;&lt;BR /&gt;class timepoint;&lt;BR /&gt;model biom= ...&lt;BR /&gt;repeated timepoint/ Printe;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;But didn't get what I want. Do you know how can I obtain those values and shall I assume data for each biomarker separately?</description>
      <pubDate>Tue, 21 Sep 2021 13:51:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/768783#M37597</guid>
      <dc:creator>ph6</dc:creator>
      <dc:date>2021-09-21T13:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sample size calculation for repeated measure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/768897#M37599</link>
      <description>&lt;P&gt;You might consider using PROC GLMPOWER for the power and sample size computations for ANOVA models. Here is an example --&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_017/statug/statug_glmpower_examples03.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_017/statug/statug_glmpower_examples03.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 17:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/768897#M37599</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2021-09-21T17:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sample size calculation for repeated measure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/768989#M37610</link>
      <description>&lt;P&gt;Thanks a lot for this link. Indeed very helpful. I have a pilot study from which I would like to estimate the error standard deviation and correlation matrix. I use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;proc corr data = ccl2_t;&lt;BR /&gt;var _0 _12 _24 _36 _48;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;to obtain the correlations but I get some negative values which do not suit for the proc glmpower. Do you know how that can be fixed? How can I simply enter the correlation matrix?&lt;/P&gt;
&lt;P&gt;For the error standard deviation I simply find the SD of the mean differences. Is that a right approach?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 01:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/768989#M37610</guid>
      <dc:creator>ph6</dc:creator>
      <dc:date>2021-09-22T01:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sample size calculation for repeated measure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/769204#M37617</link>
      <description>&lt;P&gt;You can enter negative correlation values in PROC GLMPOWER. The documentation below shows various ways of entering values for the MATRIX()= option --&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_017/statug/statug_glmpower_syntax11.htm#statug.glmpower.gmppowerpower" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_017/statug/statug_glmpower_syntax11.htm#statug.glmpower.gmppowerpower&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The STDDEV= is the error standard deviation, or root MSE. You might considering fitting a PROC GLM model to a reasonable data and use the root MSE from the output.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 15:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/769204#M37617</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2021-09-22T15:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sample size calculation for repeated measure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/769641#M37622</link>
      <description>&lt;P&gt;If you have good measures of the residual error and the correlations, consider using the method developed by Walt Stroup, and outlined in Chapter 12 of SAS for Mixed Models, 2nd ed.&amp;nbsp; The book provides an analytic method using PROC MIXED and then works through a simulation method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 18:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/769641#M37622</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-09-22T18:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sample size calculation for repeated measure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/828139#M41000</link>
      <description>&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions if I don't have access to&amp;nbsp;&lt;SPAN&gt;SAS for Mixed Models, 2nd ed.&amp;nbsp;&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 18:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-size-calculation-for-repeated-measure/m-p/828139#M41000</guid>
      <dc:creator>kjmathes03</dc:creator>
      <dc:date>2022-08-10T18:14:24Z</dc:date>
    </item>
  </channel>
</rss>

