<?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: Two-way ANOVA assumptions in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Two-way-ANOVA-assumptions/m-p/432063#M22732</link>
    <description>&lt;P&gt;Consider plots=diagnostics, as in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.cars plots=diagnostics;
class origin type;
model msrp = origin | type;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 30 Jan 2018 05:17:36 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2018-01-30T05:17:36Z</dc:date>
    <item>
      <title>Two-way ANOVA assumptions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Two-way-ANOVA-assumptions/m-p/432019#M22722</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to SAS and I have a few doubts about&amp;nbsp;how to check for the assumption in a two-way ANOVA.&lt;/P&gt;&lt;P&gt;For what I understand proc univariate looks at the distribution of the variable, not the residuals.&lt;/P&gt;&lt;P&gt;So i have this general script that I put together looking at different posts in SAS cummunities.&lt;/P&gt;&lt;P&gt;Is for a two way anova with interactions with two&amp;nbsp;independent variables (A and B) and a response variable (Y).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC glm DATA=data1;&lt;BR /&gt;class A B;&lt;BR /&gt;model Y= A B A*B;&lt;BR /&gt;output out = resid p=predicted rstudent=rstd residual=res;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc gplot data = resid; /*Homocedasticity*/&lt;BR /&gt;plot rstd* (&lt;SPAN&gt;predicted&lt;/SPAN&gt;);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc univariate data = resid normal; /*Normality*/&lt;/P&gt;&lt;P&gt;var res;&lt;/P&gt;&lt;P&gt;histogram/normal;&lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if this is the most parsimonious way to do this or there is a statement inside MIXED or GLM that I'm missing?&lt;/P&gt;&lt;P&gt;How can I include a QQplot of the sample vs theoretical quantiles?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 01:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Two-way-ANOVA-assumptions/m-p/432019#M22722</guid>
      <dc:creator>lauramb</dc:creator>
      <dc:date>2018-01-30T01:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Two-way ANOVA assumptions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Two-way-ANOVA-assumptions/m-p/432063#M22732</link>
      <description>&lt;P&gt;Consider plots=diagnostics, as in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.cars plots=diagnostics;
class origin type;
model msrp = origin | type;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jan 2018 05:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Two-way-ANOVA-assumptions/m-p/432063#M22732</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-01-30T05:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Two-way ANOVA assumptions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Two-way-ANOVA-assumptions/m-p/432458#M22766</link>
      <description>&lt;P&gt;There was an easier way...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Two-way-ANOVA-assumptions/m-p/432458#M22766</guid>
      <dc:creator>lauramb</dc:creator>
      <dc:date>2018-01-30T19:28:17Z</dc:date>
    </item>
  </channel>
</rss>

