<?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: Good non parametric alternative procedure for glimmix/GLMM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601669#M29271</link>
    <description>&lt;P&gt;Sadly enough that I cannot delete the outliers, however, the two plots on the bottom left bother me the most. They go not in a straight line and/or follow the normal dist curve&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 14:27:31 GMT</pubDate>
    <dc:creator>Paulet</dc:creator>
    <dc:date>2019-11-05T14:27:31Z</dc:date>
    <item>
      <title>Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601140#M29237</link>
      <description>&lt;P&gt;Does anyone now a good non parametric alternative procedure in sas for GLMM?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking about Gampl, however, I am not confident about it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2019 13:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601140#M29237</guid>
      <dc:creator>Paulet</dc:creator>
      <dc:date>2019-11-02T13:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601392#M29255</link>
      <description>&lt;P&gt;GAMPL and ADAPTIVEREG are both nonparametric procedures. For a GAMPL example, see &lt;A href="https://blogs.sas.com/content/iml/2016/03/23/nonparametric-regression-binary-response-sas.html" target="_self"&gt;"Nonparametric regression for binary response data in SAS"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also consider defining a spline effect and using GLIMMIX. To learn more about modeling with spline effects, see &lt;A href="https://blogs.sas.com/content/iml/2019/02/18/regression-restricted-cubic-splines-sas.html" target="_self"&gt;this example that uses restricted cubic splines.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can also read about &lt;A href="https://blogs.sas.com/content/iml/2019/10/16/visualize-regression-splines.html" target="_self"&gt;how to interpret the regression coefficients for a spline-effects model..&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601392#M29255</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-11-04T14:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601605#M29264</link>
      <description>&lt;P&gt;Thanks for your answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it also possible to use glimmix for data that is not normal distributed (but should be), but with a different distribution. I allready tried to transform the data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;The SAS System 


The GLM Procedure
 
Dependent Variable: Pancreas_rel 

Source DF Sum of Squares Mean Square F Value Pr &amp;gt; F 
Model 3 19.2570463 6.4190154 0.89 0.4518 
Error 56 403.6712273 7.2084148     
Corrected Total 59 422.9282736       



R-Square Coeff Var Root MSE Pancreas_rel Mean 
0.045533 76.68989 2.684849 3.500917 



Source DF Type I SS Mean Square F Value Pr &amp;gt; F 
diet 1 0.04273536 0.04273536 0.01 0.9389 
strain 1 11.88762207 11.88762207 1.65 0.2044 
diet*strain 1 7.32668889 7.32668889 1.02 0.3177 



Source DF Type III SS Mean Square F Value Pr &amp;gt; F 
diet 1 0.02835042 0.02835042 0.00 0.9502 
strain 1 10.77579181 10.77579181 1.49 0.2266 
diet*strain 1 7.32668889 7.32668889 1.02 0.3177 



Panel of Fit Diagnostics for Pancreas_rel 


Interaction Plot for Pancreas_rel by diet&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:54:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601605#M29264</guid>
      <dc:creator>Paulet</dc:creator>
      <dc:date>2019-11-05T09:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601606#M29265</link>
      <description>&lt;P&gt;Yes, PROC GLIMMIX supports many response distributions, such as binary, binomial, Poisson, lognormal, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:58:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601606#M29265</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-11-05T09:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601607#M29266</link>
      <description>&lt;P&gt;Yes, that I knew. However, if something like weight or height (what should be normal distributed) is not normal distributed, you cannot just use poisson distribution right?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 10:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601607#M29266</guid>
      <dc:creator>Paulet</dc:creator>
      <dc:date>2019-11-05T10:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601612#M29267</link>
      <description>&lt;P&gt;Correct. You would use the DIST=NORMAL option and check whether the residuals of the model are approximately normal by looking at a Q-Q plot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To clarify the difference between the response variable being normally distributed and the RESIDUALS being normally distributed, please see the article &lt;A href="https://blogs.sas.com/content/iml/2018/08/27/on-the-assumptions-and-misconceptions-of-linear-regression.html" target="_self"&gt;"On the assumptions (and misconceptions) of linear regression"&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 10:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601612#M29267</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-11-05T10:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601618#M29268</link>
      <description>&lt;P&gt;Yes, however, there is my question, because I have data that is not normal distributed, even if i transform it. I would like to use glimmix with these aswell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV class="c"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiagnosticsPanel.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33645iAC68A2F35565E38C/image-size/large?v=v2&amp;amp;px=999" role="button" title="DiagnosticsPanel.png" alt="DiagnosticsPanel.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiagnosticsPanel2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33643iF533F35B3F0AA98E/image-size/large?v=v2&amp;amp;px=999" role="button" title="DiagnosticsPanel2.png" alt="DiagnosticsPanel2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiagnosticsPanel3.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33644i945E9DD033F3AA42/image-size/large?v=v2&amp;amp;px=999" role="button" title="DiagnosticsPanel3.png" alt="DiagnosticsPanel3.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Nov 2019 10:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601618#M29268</guid>
      <dc:creator>Paulet</dc:creator>
      <dc:date>2019-11-05T10:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601633#M29269</link>
      <description>&lt;P&gt;At first glance, these diagnostic plots look reasonable, except for the three outliers in the pancreas_rel variable. Which plots are bothering you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you show us the procedure statements that you are using, we might be able to offer additional advice.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:51:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601633#M29269</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-11-05T11:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601669#M29271</link>
      <description>&lt;P&gt;Sadly enough that I cannot delete the outliers, however, the two plots on the bottom left bother me the most. They go not in a straight line and/or follow the normal dist curve&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:27:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601669#M29271</guid>
      <dc:creator>Paulet</dc:creator>
      <dc:date>2019-11-05T14:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601677#M29272</link>
      <description>&lt;P&gt;I don't know what to suggest. A Q-Q plot that is curved up like that indicates right-skewed residuals. The LOG and SQRT transformations are normalizing transformations that are also variance-stabilizing (address heterogeneity). Or the issue could be that the model does not fit the data well and you need to add interactions or nonlinear effects.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 15:10:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601677#M29272</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-11-05T15:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601684#M29273</link>
      <description>&lt;P&gt;However, if in experimental design, we can't add some terms like interactions or nonlinear effects for a specified design. In this case, even after some transformations such as LOG or SQRT, the residual plot still does not good like the pancreas_rel variable in this post and cannot delete the outliers. Then what can we do? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 15:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601684#M29273</guid>
      <dc:creator>RosieSAS</dc:creator>
      <dc:date>2019-11-05T15:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601691#M29274</link>
      <description>&lt;P&gt;If your goal is prediction, the predicitons of OLS are still valid even without the normality assumption.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Inferences are robust to mild deviations from the normality-of-residual assumptions, but you could point out in your report that the normality assumptions are dubious. If you want distribution-free inferential statistics,&lt;A href="https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html" target="_self"&gt; use bootstrap methods.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 15:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601691#M29274</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-11-05T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601696#M29275</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;! My interest usually is mean comparison. However, most non parametric methods do not provide mean comparison results especially for factorial design. Edgar Brunner&amp;nbsp; provided a non-parametric methods in factorial designs (&lt;A href="https://link.springer.com/article/10.1007%2Fs003620000039" target="_blank"&gt;https://link.springer.com/article/10.1007%2Fs003620000039)&lt;/A&gt;, I tried it once, however, the results were not much different from ANOVA, so I'm not really comfortable with this method. Using raw data with&amp;nbsp;&lt;SPAN&gt;mild deviations from the normality-of-residual assumptions by using PROC GLIMMIX; raw data using non-parametric method; or&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;transformed data with better or good residual plot. Which one should we prefer to?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 16:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601696#M29275</guid>
      <dc:creator>RosieSAS</dc:creator>
      <dc:date>2019-11-05T16:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Good non parametric alternative procedure for glimmix/GLMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601759#M29276</link>
      <description>I used indeed an interaction in this model! However, with transforming with log, it was not really improved.</description>
      <pubDate>Tue, 05 Nov 2019 18:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Good-non-parametric-alternative-procedure-for-glimmix-GLMM/m-p/601759#M29276</guid>
      <dc:creator>Paulet</dc:creator>
      <dc:date>2019-11-05T18:54:30Z</dc:date>
    </item>
  </channel>
</rss>

