<?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 Should we submit raw data or residuals for PROC(EDURE)s in SAS? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Should-we-submit-raw-data-or-residuals-for-PROC-EDURE-s-in-SAS/m-p/296061#M61947</link>
    <description>&lt;P&gt;For example, we can test homogeneity of variance with &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glm_a0000000869.htm" target="_self"&gt;PROC GLM&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The procedure calculates residuals&amp;nbsp;as we can see it in the formula for&amp;nbsp;&lt;SPAN&gt;Levene’s HOV test.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this implicit residual&amp;nbsp;calculation common situation for SAS procedures or not ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can we save the residuals computed by a PROC into a table ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2016 07:29:07 GMT</pubDate>
    <dc:creator>stan</dc:creator>
    <dc:date>2016-09-02T07:29:07Z</dc:date>
    <item>
      <title>Should we submit raw data or residuals for PROC(EDURE)s in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Should-we-submit-raw-data-or-residuals-for-PROC-EDURE-s-in-SAS/m-p/296061#M61947</link>
      <description>&lt;P&gt;For example, we can test homogeneity of variance with &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glm_a0000000869.htm" target="_self"&gt;PROC GLM&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The procedure calculates residuals&amp;nbsp;as we can see it in the formula for&amp;nbsp;&lt;SPAN&gt;Levene’s HOV test.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this implicit residual&amp;nbsp;calculation common situation for SAS procedures or not ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can we save the residuals computed by a PROC into a table ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 07:29:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Should-we-submit-raw-data-or-residuals-for-PROC-EDURE-s-in-SAS/m-p/296061#M61947</guid>
      <dc:creator>stan</dc:creator>
      <dc:date>2016-09-02T07:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Should we submit raw data or residuals for PROC(EDURE)s in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Should-we-submit-raw-data-or-residuals-for-PROC-EDURE-s-in-SAS/m-p/296120#M61967</link>
      <description>&lt;P&gt;SAS regression procedures enable you to output residuals (and standardized residuals, and predicted values, and confidence limits, and...) by using &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_glm_syntax17.htm" target="_self"&gt;the OUTPUT statement&lt;/A&gt;. &amp;nbsp;Different procedures support different keywords, as applicable. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the residuals in PROC GLM, add this line to your procedure call:&lt;/P&gt;
&lt;P&gt;output out=MyOutput R=Residuals;&lt;/P&gt;
&lt;P&gt;That will create an output data set calls "MyOutpuit" which contains the input data and a new column called "Residuals" that contains he residual value for each observation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 14:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Should-we-submit-raw-data-or-residuals-for-PROC-EDURE-s-in-SAS/m-p/296120#M61967</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-09-02T14:05:21Z</dc:date>
    </item>
  </channel>
</rss>

