<?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: R-Square for Individual Fixed Effect Estimates in Proc Mixed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584278#M28647</link>
    <description>&lt;P&gt;Try this &lt;A href="https://doi.org/10.1111/j.2041-210x.2012.00261.x" target="_blank"&gt;https://doi.org/10.1111/j.2041-210x.2012.00261.x&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"A general and simple method for obtaining R^2 from GLMMs" Nakagawa and Schielzeth 2013 Methods Ecol. Evol 4: 133-142&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2019 15:52:25 GMT</pubDate>
    <dc:creator>Kip1</dc:creator>
    <dc:date>2019-08-27T15:52:25Z</dc:date>
    <item>
      <title>R-Square for Individual Fixed Effect Estimates in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/374684#M19635</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get % variance explained for the fixed effects from my proc mixed code for a mixed linear regression. Unfortunately, I do not know how to request this in my output. Here is an example of my current code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc Mixed Data=Set covtest;&lt;BR /&gt;Class ClassVar;&lt;BR /&gt;Model Outcome&amp;nbsp;= Predictor1 Predictor2&amp;nbsp;Predictor3/solution ddfm=kr;&lt;BR /&gt;Random intercept/subject=pedid;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is anyway to get this information in my output that would be great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jer&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:47:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/374684#M19635</guid>
      <dc:creator>bigjer</dc:creator>
      <dc:date>2017-07-10T19:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: R-Square for Individual Fixed Effect Estimates in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/374688#M19636</link>
      <description>&lt;P&gt;There is no such thing as an R-squared value for fixed effects. You get an R-squared value for an entire model being fit (and as far as I remember, you can't get this from PROC MIXED).&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/374688#M19636</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-10T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: R-Square for Individual Fixed Effect Estimates in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/374994#M19657</link>
      <description>&lt;P&gt;Paige is correct. &amp;nbsp;There have been pseudo r-squares proposed for mixed models, but none have really been accepted in the statistical literature. &amp;nbsp;If someone has a reference for a good one, post it here. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get r-squares for effects if you use type 1 statistics in a GLM, but again these r-squares are not available in a mixed model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Random effects are a different story. &amp;nbsp;There have been ways proposed to evaluate the relative variation explained by each random effect in the overall error variance, if the covariance structures involved are simple. &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:51:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/374994#M19657</guid>
      <dc:creator>StatsMan</dc:creator>
      <dc:date>2017-07-11T14:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: R-Square for Individual Fixed Effect Estimates in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584273#M28645</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to resurrect this discussion of R-square for mixed effects models, in reference to a number of recent discussions that have surfaced re implementation of Nakagawa and Schielzeth 2013 &lt;A href="http://dx.doi.org/10.1111/j.2041-210x.2012.00261.x&amp;nbsp;&amp;nbsp;" target="_blank"&gt;http://dx.doi.org/10.1111/j.2041-210x.2012.00261.x&amp;nbsp;&amp;nbsp;&lt;/A&gt; 'marginal' and 'conditional' R-squares for GLMMs in the MuMIn package in R &lt;A href="https://cran.r-project.org/web/packages/MuMIn/MuMIn.pdf" target="_blank"&gt;https://cran.r-project.org/web/packages/MuMIn/MuMIn.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to compute similar values via SAS Proc Mixed? If so, I'd like to see some code examples. The only SAS reference I have found is: Rsquare = 1-(SSResidual_Model/SSResidual_InterceptOnlyModel) which can be computed in Proc Mixed and given the interpretation "percent reduction in variance due to model'. However, I don't know if or how this relates to Nakagawa and Schielzeth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any (new) thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 15:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584273#M28645</guid>
      <dc:creator>Kip1</dc:creator>
      <dc:date>2019-08-27T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: R-Square for Individual Fixed Effect Estimates in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584275#M28646</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243227"&gt;@Kip1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to resurrect this discussion of R-square for mixed effects models, in reference to a number of recent discussions that have surfaced re implementation of Nakagawa and Schielzeth 2013 &lt;A href="http://dx.doi.org/10.1111/j.2041-210x.2012.00261.x&amp;nbsp;&amp;nbsp;" target="_blank" rel="noopener"&gt;http://dx.doi.org/10.1111/j.2041-210x.2012.00261.x&amp;nbsp;&amp;nbsp;&lt;/A&gt; 'marginal' and 'conditional' R-squares for GLMMs in the MuMIn package in R &lt;A href="https://cran.r-project.org/web/packages/MuMIn/MuMIn.pdf" target="_blank" rel="noopener"&gt;https://cran.r-project.org/web/packages/MuMIn/MuMIn.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to compute similar values via SAS Proc Mixed? If so, I'd like to see some code examples. The only SAS reference I have found is: Rsquare = 1-(SSResidual_Model/SSResidual_InterceptOnlyModel) which can be computed in Proc Mixed and given the interpretation "percent reduction in variance due to model'. However, I don't know if or how this relates to Nakagawa and Schielzeth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any (new) thoughts?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your first link doesn't work. The second link (to the R package MuMin) doesn't really explain what MuMin does. So, no new thoughts from me.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 15:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584275#M28646</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-08-27T15:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: R-Square for Individual Fixed Effect Estimates in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584278#M28647</link>
      <description>&lt;P&gt;Try this &lt;A href="https://doi.org/10.1111/j.2041-210x.2012.00261.x" target="_blank"&gt;https://doi.org/10.1111/j.2041-210x.2012.00261.x&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"A general and simple method for obtaining R^2 from GLMMs" Nakagawa and Schielzeth 2013 Methods Ecol. Evol 4: 133-142&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 15:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584278#M28647</guid>
      <dc:creator>Kip1</dc:creator>
      <dc:date>2019-08-27T15:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: R-Square for Individual Fixed Effect Estimates in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584296#M28649</link>
      <description>&lt;P&gt;Okay, that works. But as far as I know, none of this is programmed in SAS, you'd have to program it yourself, or get the R-code to work.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 16:41:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/R-Square-for-Individual-Fixed-Effect-Estimates-in-Proc-Mixed/m-p/584296#M28649</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-08-27T16:41:55Z</dc:date>
    </item>
  </channel>
</rss>

