<?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 PROC GLM Residuals by Regressor Plot in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-Residuals-by-Regressor-Plot/m-p/270805#M58243</link>
    <description>&lt;P&gt;PROC REG produces a Residuals by Regressors plot. In the past, using PROC REG, I have used&amp;nbsp;this plot to verify that the residuals are normally distributed with a mean of 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to produce this same plot along w/ the other plots in the DIAGNOSTICS option using&amp;nbsp;PROC GLM. Neither of the 2 programming statements below produce this particular plot. Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC GLM DATA=want plots(only)=diagnostics(unpack);&lt;/P&gt;
&lt;P&gt;PROC GLM DATA=want PLOTS(UNPACK)=DIAGNOSTICS;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2016 22:34:40 GMT</pubDate>
    <dc:creator>_maldini_</dc:creator>
    <dc:date>2016-05-16T22:34:40Z</dc:date>
    <item>
      <title>PROC GLM Residuals by Regressor Plot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-Residuals-by-Regressor-Plot/m-p/270805#M58243</link>
      <description>&lt;P&gt;PROC REG produces a Residuals by Regressors plot. In the past, using PROC REG, I have used&amp;nbsp;this plot to verify that the residuals are normally distributed with a mean of 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to produce this same plot along w/ the other plots in the DIAGNOSTICS option using&amp;nbsp;PROC GLM. Neither of the 2 programming statements below produce this particular plot. Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC GLM DATA=want plots(only)=diagnostics(unpack);&lt;/P&gt;
&lt;P&gt;PROC GLM DATA=want PLOTS(UNPACK)=DIAGNOSTICS;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 22:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-Residuals-by-Regressor-Plot/m-p/270805#M58243</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2016-05-16T22:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM Residuals by Regressor Plot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-Residuals-by-Regressor-Plot/m-p/270836#M58246</link>
      <description>&lt;P&gt;Did you try PLOTS=ALL ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.class plots=all;
class sex;
model weight=sex height/solution;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3187i62E4A5AAD341F37A/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="x.png" title="x.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 01:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-Residuals-by-Regressor-Plot/m-p/270836#M58246</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-17T01:22:21Z</dc:date>
    </item>
  </channel>
</rss>

