<?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: population-average marginal generalized linear models with logarithmic links and robust variancE in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903361#M44812</link>
    <description>The Generalized Estimating Equations (GEE) model is a population-averaged marginal model and supports generalized linear models with various links for clustered data. The procedure to use is PROC GEE. Specify the response distribution in the DIST= option in the MODEL statement. Specify the log link with LINK=LOG option in the MODEL statement. Add the REPEATED statement with the SUBJECT= option to specify the variable whose levels indicate the clusters of correlated observations. See the examples in the PROC GEE documentation.</description>
    <pubDate>Wed, 15 Nov 2023 21:26:01 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2023-11-15T21:26:01Z</dc:date>
    <item>
      <title>population-average marginal generalized linear models with logarithmic links and robust variancE.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903331#M44807</link>
      <description>&lt;P&gt;Hi, I've been feeling extremely stressed and sad while trying to find the best model for this. I've experimented with PROC MIXED, GLM, and GLIMMIX, but none of them provided the results I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The outcome variable is continuous.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 20:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903331#M44807</guid>
      <dc:creator>Malk020</dc:creator>
      <dc:date>2023-11-15T20:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: population-average marginal generalized linear models with logarithmic links and robust variancE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903336#M44808</link>
      <description>&lt;P&gt;Although the information given is minimal,&lt;/P&gt;
&lt;P&gt;I am sure this topic belongs to the "Statistical Procedures" -board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I moved it from "Programming" - board to this board!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 21:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903336#M44808</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-15T21:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: population-average marginal generalized linear models with logarithmic links and robust variancE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903340#M44810</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Are you having fixed effects only / random effects only / mixed effects?&lt;/LI&gt;
&lt;LI&gt;Are you having longitudinal data / repeated measurements on same subject?&lt;/LI&gt;
&lt;LI&gt;Are you having an experiment with a particular design (like split-plot or Cross-Over)?&lt;/LI&gt;
&lt;LI&gt;Are your data hierarchical?&lt;/LI&gt;
&lt;LI&gt;Are you having non-linearities in the parameters?&lt;/LI&gt;
&lt;LI&gt;Are you having convergence problems?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Maybe you need PROC GEE or PROC GENMOD??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 21:17:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903340#M44810</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-15T21:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: population-average marginal generalized linear models with logarithmic links and robust variancE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903361#M44812</link>
      <description>The Generalized Estimating Equations (GEE) model is a population-averaged marginal model and supports generalized linear models with various links for clustered data. The procedure to use is PROC GEE. Specify the response distribution in the DIST= option in the MODEL statement. Specify the log link with LINK=LOG option in the MODEL statement. Add the REPEATED statement with the SUBJECT= option to specify the variable whose levels indicate the clusters of correlated observations. See the examples in the PROC GEE documentation.</description>
      <pubDate>Wed, 15 Nov 2023 21:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903361#M44812</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-11-15T21:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: population-average marginal generalized linear models with logarithmic links and robust variancE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903561#M44819</link>
      <description>&lt;P&gt;Hi all, thank you so much for all your responses; they are truly helpful and make me think more deeply, being aware of all models.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My professor handed over the analysis conducted by the person prior and wants my result analysis to match with that person's.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried GEE, and the results became close to the person who conducted the analysis previously.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the table, they asked me to fill out the fold change - 95%CI - P-value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have calculated the fold change( ratio= visit6/ baseline). I used the one-sample t-test where H0=1.&lt;BR /&gt;Based on the t-test, the results are close to hers, except for the p-value. Then, I used the log, and after that, I redid the t-test to only get the p-value where H0=0, and the result was too far from the person prior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I am thinking of using GEE with the link=log. From there, I use the p-value result, as the log gives us an idea of how the hypothesis is different from zero. When I did these two steps, first the t-test, then GEE, my results relatively match with that person.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you all think this is a valid method to use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks once again!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 21:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/population-average-marginal-generalized-linear-models-with/m-p/903561#M44819</guid>
      <dc:creator>Malk020</dc:creator>
      <dc:date>2023-11-16T21:06:40Z</dc:date>
    </item>
  </channel>
</rss>

