<?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 Power Analysis for Logistic Regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Power-Analysis-for-Logistic-Regression/m-p/866730#M42834</link>
    <description>&lt;P&gt;I conducted an analysis using complex weighted survey data, running both trivariate (stratified bivariate) and stratified logistic regression models. Stratification variable was race.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do a post-hoc power analysis to estimate the number of respondents needed to see a hypothetical effect size. I basically want to make sure the population for each race is sufficiently large for analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never done a power analysis, much less&amp;nbsp; use SAS for it. I've been trying to browse online for details and examples, but I'm still lost.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to use Proc POWER or Proc GLMPower? What exactly is the "dataset" I need to be referring to--the dataset I used for the original analysis, or do I need to create a new dataset--if so, what does that dataset need to include?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any kind of guidelines or suggestions would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 13:50:40 GMT</pubDate>
    <dc:creator>SasTinker</dc:creator>
    <dc:date>2023-03-28T13:50:40Z</dc:date>
    <item>
      <title>Power Analysis for Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Power-Analysis-for-Logistic-Regression/m-p/866730#M42834</link>
      <description>&lt;P&gt;I conducted an analysis using complex weighted survey data, running both trivariate (stratified bivariate) and stratified logistic regression models. Stratification variable was race.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do a post-hoc power analysis to estimate the number of respondents needed to see a hypothetical effect size. I basically want to make sure the population for each race is sufficiently large for analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never done a power analysis, much less&amp;nbsp; use SAS for it. I've been trying to browse online for details and examples, but I'm still lost.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to use Proc POWER or Proc GLMPower? What exactly is the "dataset" I need to be referring to--the dataset I used for the original analysis, or do I need to create a new dataset--if so, what does that dataset need to include?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any kind of guidelines or suggestions would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 13:50:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Power-Analysis-for-Logistic-Regression/m-p/866730#M42834</guid>
      <dc:creator>SasTinker</dc:creator>
      <dc:date>2023-03-28T13:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Power Analysis for Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Power-Analysis-for-Logistic-Regression/m-p/866735#M42835</link>
      <description>&lt;P&gt;How about the LOGISTIC statement in PROC POWER?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Details and example:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/statcdc/14.2/statug/statug_power_syntax17.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/statcdc/14.2/statug/statug_power_syntax17.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 14:20:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Power-Analysis-for-Logistic-Regression/m-p/866735#M42835</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-03-28T14:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Power Analysis for Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Power-Analysis-for-Logistic-Regression/m-p/866986#M42842</link>
      <description>&lt;P&gt;I like&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;'s answer (LOGISTIC option in PROC POWER) but want to point out a particular pet peeve of mine. A post hoc calculation of power is pretty useless, except as a jumping off point for a planned future survey/experiment. Here is the reasoning that I was taught: You already know the p value of interest. Depending on your decision rule, then you either detected a difference (power=1) or you did not (power=0).&amp;nbsp; It's why effect size is a major consideration in your interpretation of results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, as a prospective tool, you can use the effect size observed, a desired power or desired sample size, and an alpha level, you can calculate the remaining free variable. But that is for a collection of new samples from a population with characteristics similar to those in hand, not for the current sample from such a population. As I mentioned above, you already know the power for your current sample.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you have to consider that the error estimates and point estimates from your weighted survey analysis have a built-in finite adjustment, which PROC POWER doesn't have.&amp;nbsp; In my opinion, that means simulation is probably the best way to calculate prospective power/sample size.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 13:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Power-Analysis-for-Logistic-Regression/m-p/866986#M42842</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2023-03-29T13:44:05Z</dc:date>
    </item>
  </channel>
</rss>

