<?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: interpretation of coefficients using standard deviation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/interpretation-of-coefficients-using-standard-deviation/m-p/453291#M23694</link>
    <description>&lt;P&gt;If N is the number of SD from the mean of X wouldn't you want:&lt;/P&gt;
&lt;P&gt;a + bX* (meanX+N*sdX)&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;an Example:&lt;/P&gt;
&lt;PRE&gt;data have;
  input x y;
  cards;
1 3
2 6
3 9
4 12
5 14
6 18
7 20
8 24
9 26
10 28
;

proc reg data=have;
  model  Y=X;
run;

proc means data=have;
  var x y;
run;
&lt;/PRE&gt;
&lt;P&gt;results in: MeanX=5.5&amp;nbsp; sdX=3.02765&amp;nbsp;&amp;nbsp; bX=2.83636&amp;nbsp; a=.4&lt;/P&gt;
&lt;P&gt;Thus, 2 sd above mean would be x=11.5553&lt;/P&gt;
&lt;P&gt;.4 +2.83636*11.553=33.17499&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 16:58:24 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2018-04-11T16:58:24Z</dc:date>
    <item>
      <title>interpretation of coefficients using standard deviation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interpretation-of-coefficients-using-standard-deviation/m-p/453262#M23693</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to analyse my regression results and I need to interpret the economic magnitude of specific independent variable in terms of its standard deviation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example: Y = a + bX + u&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In general, one can say that when X increases by one unit, Y is expected to increase by 'b' value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, one can say that when X increases by one standard deviation, Y is expected to increase by 'some' value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to obtain this 'some' value in SAS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;To my understanding, formulary, for std change in X, Y would change :&amp;nbsp;[b*std(y)] / mean(y). I am not sure if this formula&amp;nbsp;is correct.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 15:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interpretation-of-coefficients-using-standard-deviation/m-p/453262#M23693</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2018-04-11T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: interpretation of coefficients using standard deviation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interpretation-of-coefficients-using-standard-deviation/m-p/453291#M23694</link>
      <description>&lt;P&gt;If N is the number of SD from the mean of X wouldn't you want:&lt;/P&gt;
&lt;P&gt;a + bX* (meanX+N*sdX)&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;an Example:&lt;/P&gt;
&lt;PRE&gt;data have;
  input x y;
  cards;
1 3
2 6
3 9
4 12
5 14
6 18
7 20
8 24
9 26
10 28
;

proc reg data=have;
  model  Y=X;
run;

proc means data=have;
  var x y;
run;
&lt;/PRE&gt;
&lt;P&gt;results in: MeanX=5.5&amp;nbsp; sdX=3.02765&amp;nbsp;&amp;nbsp; bX=2.83636&amp;nbsp; a=.4&lt;/P&gt;
&lt;P&gt;Thus, 2 sd above mean would be x=11.5553&lt;/P&gt;
&lt;P&gt;.4 +2.83636*11.553=33.17499&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 16:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interpretation-of-coefficients-using-standard-deviation/m-p/453291#M23694</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-04-11T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: interpretation of coefficients using standard deviation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interpretation-of-coefficients-using-standard-deviation/m-p/453292#M23695</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Alternatively, one can say that when X increases by one standard deviation, Y is expected to increase by 'some' value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to obtain this 'some' value in SAS?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Y increases by b * (one standard deviation of X)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 17:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interpretation-of-coefficients-using-standard-deviation/m-p/453292#M23695</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-11T17:02:25Z</dc:date>
    </item>
  </channel>
</rss>

