<?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: Meaning of residual/standard error of residuals in Proc Reg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-residual-standard-error-of-residuals-in-Proc-Reg/m-p/378337#M19888</link>
    <description>&lt;P&gt;I'm not sure what you mean by the square bracket. Can you please highlight it here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_reg_details25.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_reg_details25.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that I'm using the latest documentation since the old one did not render properly in my browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think if you follow the chain of links it leads you to a detailed page with explanation of the statistics, I just don't have time to go down that rabbit hole right now.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2017 22:52:48 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-07-21T22:52:48Z</dc:date>
    <item>
      <title>Meaning of residual/standard error of residuals in Proc Reg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-residual-standard-error-of-residuals-in-Proc-Reg/m-p/378331#M19887</link>
      <description>&lt;P&gt;&amp;nbsp;Dear Experts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two questions:&lt;/P&gt;
&lt;P&gt;Q1&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_reg_sect039.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_reg_sect039.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what is the square bracket in STDR means? What does the STDR means? Is it same as ri / sqrt( 1/(n-1) * sum ri^2 ) where ri is the ith residual computed as yi - yi hat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Q2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;proc reg data=work.cfs0x1 noprint;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model &amp;amp;alpname = &amp;amp;regvars/noint;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight glswgt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output out=&amp;amp;tmp_ds p=pred_alpha_x stdr=stdr_alpha_x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;data work.cfs0x1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; merge work.cfs0x1(in=in_1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;tmp_ds(in=in_2);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;alpname = (&amp;amp;alpname - pred_alpha_x) / stdr_alpha_x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know what is the meaning for calculating &amp;nbsp;&amp;amp;alpname = (&amp;amp;alpname - pred_alpha_x) / stdr_alpha_x ? I read that people called it regression neutralization. I dont see how it really does.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 21:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-residual-standard-error-of-residuals-in-Proc-Reg/m-p/378331#M19887</guid>
      <dc:creator>CheerfulChu</dc:creator>
      <dc:date>2017-07-21T21:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of residual/standard error of residuals in Proc Reg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-residual-standard-error-of-residuals-in-Proc-Reg/m-p/378337#M19888</link>
      <description>&lt;P&gt;I'm not sure what you mean by the square bracket. Can you please highlight it here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_reg_details25.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_reg_details25.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that I'm using the latest documentation since the old one did not render properly in my browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think if you follow the chain of links it leads you to a detailed page with explanation of the statistics, I just don't have time to go down that rabbit hole right now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 22:52:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-residual-standard-error-of-residuals-in-Proc-Reg/m-p/378337#M19888</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-21T22:52:48Z</dc:date>
    </item>
  </channel>
</rss>

