<?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: One coefficient is different, rest same.... in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394320#M20589</link>
    <description>&lt;P&gt;Sorry, I should have said, the original regression output data has intercepts that I can match to mine as well.&lt;/P&gt;&lt;P&gt;So they have intercepts&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 18:59:31 GMT</pubDate>
    <dc:creator>jb1983</dc:creator>
    <dc:date>2017-09-08T18:59:31Z</dc:date>
    <item>
      <title>One coefficient is different, rest same....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394278#M20582</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a newbie to SAS so please bear with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to replicate some results from regressions that I have, these were supposedly run in SAS but thats not for sure. I used the SAS code to run the model and got ALL standard deviations and all but one coefficients corrrect in the proc reg command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The coefficient that is incorrect would be correct if I do 1-beta_1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect the reason is because of how SAS runs regressions is different in some way and I would like someone's help in transforming the reg input so get the same out as I have from outside. I need this because of many other regressions and because I need ot run ridge regressions which are producing very different results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code, the SAS output and the desired output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=Data&lt;BR /&gt;outest=b ridge=0 to 5 by 0.5;&lt;BR /&gt;StartingDate1950: model y_Log = y_Log_Ch_Lag12 &amp;nbsp;xYoY_Lag12 z_Ch_Lag12 xYoY_Ch_Lag12 y_Log_Lag12;&lt;BR /&gt;weight Sqrtx;&lt;BR /&gt;where 195001&amp;lt;=Eom&amp;lt;=200512 and CountryID^=100;&lt;BR /&gt;run;&lt;BR /&gt;proc print data=b;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS Output&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV align="center"&gt;Parameter Estimates Variable DF Parameter&lt;BR /&gt;Estimate Standard&lt;BR /&gt;Error t&amp;nbsp;Value Pr&amp;nbsp;&amp;gt;&amp;nbsp;|t| Intercept 1 xYoY_Lag12 1 z_Ch_Lag12 1 xYoY_Ch_Lag12 1 y_Log_Ch_Lag12 1 y_Log_Lag12 1 &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;-0.53073&lt;/TD&gt;&lt;TD&gt;0.01686&lt;/TD&gt;&lt;TD&gt;-31.49&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.63783&lt;/TD&gt;&lt;TD&gt;0.11334&lt;/TD&gt;&lt;TD&gt;32.10&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4.43167&lt;/TD&gt;&lt;TD&gt;0.24145&lt;/TD&gt;&lt;TD&gt;18.35&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-1.35277&lt;/TD&gt;&lt;TD&gt;0.09557&lt;/TD&gt;&lt;TD&gt;-14.15&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-0.19969&lt;/TD&gt;&lt;TD&gt;0.01158&lt;/TD&gt;&lt;TD&gt;-17.24&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;0.84583&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;0.00621&lt;/TD&gt;&lt;TD&gt;136.29&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Intercept&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;-0.53073&lt;/TD&gt;&lt;TD&gt;0.016855&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;y_Log_Lag12&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;-0.15417&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;0.006206&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;xYoY_Lag12&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3.637828&lt;/TD&gt;&lt;TD&gt;0.113342&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;z_Ch_Lag12&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;4.431668&lt;/TD&gt;&lt;TD&gt;0.241454&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;xYoY_Ch_Lag12&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;-1.35277&lt;/TD&gt;&lt;TD&gt;0.095572&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;y_Log_Ch_Lag12&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;-0.19969&lt;/TD&gt;&lt;TD&gt;0.011581&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Sep 2017 17:25:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394278#M20582</guid>
      <dc:creator>jb1983</dc:creator>
      <dc:date>2017-09-08T17:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: One coefficient is different, rest same....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394289#M20583</link>
      <description>&lt;P&gt;Is the one coefficient that's wrong an indicator variable, ie 0/1?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 17:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394289#M20583</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-08T17:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: One coefficient is different, rest same....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394293#M20584</link>
      <description>No, it is a time series</description>
      <pubDate>Fri, 08 Sep 2017 17:54:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394293#M20584</guid>
      <dc:creator>jb1983</dc:creator>
      <dc:date>2017-09-08T17:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: One coefficient is different, rest same....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394297#M20585</link>
      <description>&lt;P&gt;Any chance that the original analysis was run with the NOINT option on the MODEL statement?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394297#M20585</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-09-08T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: One coefficient is different, rest same....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394312#M20588</link>
      <description>&lt;P&gt;Well, I am not sure what the exact code was so its possible.&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;when i run with noint now, it gives a completely different set of coefficient estimates.&lt;/P&gt;&lt;P&gt;Maybe Im not understanding what youre saying...&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:47:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394312#M20588</guid>
      <dc:creator>jb1983</dc:creator>
      <dc:date>2017-09-08T18:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: One coefficient is different, rest same....</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394320#M20589</link>
      <description>&lt;P&gt;Sorry, I should have said, the original regression output data has intercepts that I can match to mine as well.&lt;/P&gt;&lt;P&gt;So they have intercepts&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-coefficient-is-different-rest-same/m-p/394320#M20589</guid>
      <dc:creator>jb1983</dc:creator>
      <dc:date>2017-09-08T18:59:31Z</dc:date>
    </item>
  </channel>
</rss>

