<?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: Power Calculations - Logistic Mixed Effects Model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Power-Calculations-Logistic-Mixed-Effects-Model/m-p/943275#M47103</link>
    <description>&lt;P&gt;Another paper (&lt;A href="https://psycnet.apa.org/doiLanding?doi=10.1037%2F0033-2909.92.2.513" target="_blank"&gt;Calculating power in analysis of variance. (apa.org)&lt;/A&gt;) found on the book&amp;nbsp;&lt;A href="https://www.taylorfrancis.com/books/mono/10.4324/9780203771587/statistical-power-analysis-behavioral-sciences-jacob-cohen" target="_blank"&gt;Statistical Power Analysis for the Behavioral Sciences | Jacob Cohen | (taylorfrancis.com)&lt;/A&gt;&amp;nbsp;also discusses the topic of power calculation in mixed effect models. Of closer revelance to your question is another paper cited in this book:&amp;nbsp;&lt;A href="https://www.tandfonline.com/doi/abs/10.1080/00220973.1973.11011418" target="_blank"&gt;Optimum Sample Size and Number of Levels in a One-Way Random-Effects Analysis of Variance: The Journal of Experimental Education: Vol 41, No 4 (tandfonline.com)&lt;/A&gt;. A table of&amp;nbsp;optimum sample size or number of levels for the random effects model is included in the latter paper. I hope these information helps.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2024 10:00:32 GMT</pubDate>
    <dc:creator>Season</dc:creator>
    <dc:date>2024-09-10T10:00:32Z</dc:date>
    <item>
      <title>Power Calculations - Logistic Mixed Effects Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Power-Calculations-Logistic-Mixed-Effects-Model/m-p/938027#M46801</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I am trying to determine the needed sample size for a Logistic Mixed Effects Model powered at 90% with a type I, alpha, error of 5%. I don't have pilot data and there aren't similar studies that have repeated measures. I do have estimates for a logistic regression&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;without&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;repeated measures, including an Odds Ratio of 0.83 and a response probability of 6.9%. How can I estimate my sample size in SAS?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Here is the code for the model I will be running:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data=ecig method=quad oddsratio;&lt;BR /&gt;class ID Year(ref='2018');&lt;BR /&gt;model vape(Event='1')=Year /s dist=binary link=logit ddfm=none&lt;BR /&gt;chisq;&lt;BR /&gt;random intercept/subject=ID;&lt;BR /&gt;output out=glmxout predicted(blup ilink)=predprob;&lt;BR /&gt;run;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Aug 2024 21:56:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Power-Calculations-Logistic-Mixed-Effects-Model/m-p/938027#M46801</guid>
      <dc:creator>ahu_</dc:creator>
      <dc:date>2024-08-01T21:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Power Calculations - Logistic Mixed Effects Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Power-Calculations-Logistic-Mixed-Effects-Model/m-p/942988#M47064</link>
      <description>&lt;P&gt;You can search on the web for papers on this field like&amp;nbsp;&lt;A href="https://link.springer.com/article/10.3758/s13428-021-01546-0" target="_blank"&gt;Estimating power in (generalized) linear mixed models: An open introduction and tutorial in R | Behavior Research Methods (springer.com)&lt;/A&gt;. R code is provided in the paper.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2024 03:37:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Power-Calculations-Logistic-Mixed-Effects-Model/m-p/942988#M47064</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-09-07T03:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power Calculations - Logistic Mixed Effects Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Power-Calculations-Logistic-Mixed-Effects-Model/m-p/943275#M47103</link>
      <description>&lt;P&gt;Another paper (&lt;A href="https://psycnet.apa.org/doiLanding?doi=10.1037%2F0033-2909.92.2.513" target="_blank"&gt;Calculating power in analysis of variance. (apa.org)&lt;/A&gt;) found on the book&amp;nbsp;&lt;A href="https://www.taylorfrancis.com/books/mono/10.4324/9780203771587/statistical-power-analysis-behavioral-sciences-jacob-cohen" target="_blank"&gt;Statistical Power Analysis for the Behavioral Sciences | Jacob Cohen | (taylorfrancis.com)&lt;/A&gt;&amp;nbsp;also discusses the topic of power calculation in mixed effect models. Of closer revelance to your question is another paper cited in this book:&amp;nbsp;&lt;A href="https://www.tandfonline.com/doi/abs/10.1080/00220973.1973.11011418" target="_blank"&gt;Optimum Sample Size and Number of Levels in a One-Way Random-Effects Analysis of Variance: The Journal of Experimental Education: Vol 41, No 4 (tandfonline.com)&lt;/A&gt;. A table of&amp;nbsp;optimum sample size or number of levels for the random effects model is included in the latter paper. I hope these information helps.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 10:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Power-Calculations-Logistic-Mixed-Effects-Model/m-p/943275#M47103</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-09-10T10:00:32Z</dc:date>
    </item>
  </channel>
</rss>

