<?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: 2-stage regression with more than 2 models in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105611#M564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gunce, the 3SLS works pretty well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Mar 2013 22:48:54 GMT</pubDate>
    <dc:creator>maxime</dc:creator>
    <dc:date>2013-03-03T22:48:54Z</dc:date>
    <item>
      <title>2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105608#M561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; background: white;"&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; background: white;"&gt;I have been trying for days to make a 2-stage regression on SAS 9.3, but I don’t think it’s the right tool for what I want to do. I want to estimate 3 models, which are not independent from each other, in the same regression. My professor told me to do a 2SLS, so I tried to do it, but in the second stage I only have one dependent variable estimated. The syslin procedure does not sound adapted to my case, from what I read online and experienced.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; background: white;"&gt;I’m using time-series data. Here are the 3 models, with a simple reg procedure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;reg&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=Data.data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1) = log(Exogenous1) log(DepVar2) Dummy1 Dummy2 Dummy3 Dummy4 InstrumentVar;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;reg&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=Data.data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar2) = &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;log(Exogenous1)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1/DepVar3) Dummy1 InstrumentVar1 InstrumentVar2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;reg&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=Data.data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar3) = lag(log(DepVar3)) log(Exogenous 1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;And here is the syslin procedure, that gives interesting results but does not estimate DepVar2 and DepVar3 in the second stage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;syslin&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=Data.data &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;sls &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;first&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;endogenous&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; logcargoYield;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;instruments&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(Exogenous1) log(Exogenous2)&amp;nbsp; Dummy1 Dummy2 Dummy3 Dummy4 InstrumentVar log(DepVar1/DepVar3) log(DepVar3)&amp;nbsp; lag(log(DepVar3));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1) = log(Exogenous1) log(DepVar2) Dummy1 Dummy2 Dummy3 Dummy4 InstrumentVar;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar2) = log(Exogenous1) log(DepVar1/DepVar3) Dummy1 InstrumentVar1 InstrumentVar2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar3) = lag(log(DepVar3)) log(Exogenous 1) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Does someone have an idea of what procedure I could use ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Thanks for any advice!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105608#M561</guid>
      <dc:creator>maxime</dc:creator>
      <dc:date>2013-02-11T18:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: 2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105609#M562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You can solve your problem in couple of ways. &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;One way is that you can use PROC SYSLIN with 2SLS option but write down your problem correctly. I believe the following commands address your problem better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;syslin&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=Data.data &lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;2&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;sls &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;first&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;endogenous &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;log(DepVar1) &lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;log(DepVar2) log(DepVar3)&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN lang="EN" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;instruments&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt; log(Exogenous1) log(Exogenous2) Dummy1 Dummy2 Dummy3 Dummy4 InstrumentVar1 InstrumentVar2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lag(logDepVar3));&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;model &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;log(DepVar1) = log(Exogenous1) log(DepVar2) Dummy1 Dummy2 Dummy3 Dummy4 InstrumentVar1;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN lang="EN" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt; log(DepVar2) = log(Exogenous1) log(DepVar1) log(DepVar3) Dummy1 InstrumentVar1 InstrumentVar2;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN lang="EN" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt; log(DepVar3) = lag(log(DepVar3)) log(Exogenous 1) ;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;restrict &lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;log(DepVar1) = -log(DepVar3);&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="background: white; color: navy; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #1f497d; background: white; font-size: 10pt; mso-ansi-language: EN; font-family: 'Courier New';"&gt;Note that I used the fact that log(DepVar1/DepVar3) = log(DepVar1) - log(DepVar3).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;This first method will not take the inter-equation relation into account. To be able to take this correlation into account you should use the same code above but chance 2sls option to 3sls.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;As another method, you can use PROC QLIM:&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;qlim&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=Data.data;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;model &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;log(DepVar1) = log(Exogenous1) log(DepVar2) Dummy1 Dummy2 Dummy3 Dummy4 InstrumentVar;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt; log(DepVar2) = log(Exogenous1) log(DepVar1) log(DepVar3) Dummy1 InstrumentVar1 InstrumentVar2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;model&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt; log(DepVar3) = lag(log(DepVar3)) log(Exogenous 1);&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;restrict &lt;/SPAN&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;log(DepVar1) = -log(DepVar3);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="background: white; color: navy; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;PROC QLIM will estimate these models jointly and in one step and does this more efficiently using MLE method. But here is the catch: Since there is simultaneity in the equations, the coefficients of the endogenous variables will most likely be inconsistent. If you had only SUR equations problem, then PROC QLIM would have been the best you could do (under the assumption of errors being distributed multivariate normal).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 18:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105609#M562</guid>
      <dc:creator>gunce_sas</dc:creator>
      <dc:date>2013-02-12T18:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105610#M563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying what you advised me, I'll let you know how it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 19:01:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105610#M563</guid>
      <dc:creator>maxime</dc:creator>
      <dc:date>2013-02-12T19:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: 2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105611#M564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gunce, the 3SLS works pretty well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 22:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105611#M564</guid>
      <dc:creator>maxime</dc:creator>
      <dc:date>2013-03-03T22:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: 2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105612#M565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I am not sure I am using 3SLS correctly: indeed, the third stage, the estimation step, only gives an estimation of the coefficients for one of the dependent variable. I thought I could use the coefficients of the second step, where all the dependent variables are evaluated, but the coefficients for the dependent variable evaluated at step 3 are different at these 2 steps. From the definition of 3SLS, the second step's purpose is to evaluate the residuals, so there is no reason why I should use these coefficients, right? How can I get the right coefficients for the 2 dependent variables that are not evaluated at step 3?&lt;/P&gt;&lt;P&gt;I tried QLIM but it didn't work well for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 22:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105612#M565</guid>
      <dc:creator>maxime</dc:creator>
      <dc:date>2013-03-08T22:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: 2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105613#M566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maxime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to help you out.&amp;nbsp; The first issue is that I would stick to either SYSLIN or MODEL to solve your problem. Here is a nice &lt;A href="http://support.sas.com/documentation/onlinedoc/ets/ex_code/121/sysex01.html"&gt;example&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way you can post the code?&amp;nbsp; Perhaps the lack of coefficients printing is a printing option. Make sure you have FIRST on the PROC STATEMENT.&amp;nbsp; Also, please refer to the &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/65545/HTML/default/viewer.htm#etsug_syslin_syntax02.htm"&gt;doc&lt;/A&gt; on the subject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reading your post, it would almost seem to be more of a conceptual issue.&amp;nbsp; Think of the difference between 2sls and 3sls as similar to the difference between OLS and FGLS. There is good reason that 3SLS will give you slightly different estimates than 2SLS as they are different estimators (but they are likely very similar).&amp;nbsp; There would be no reason to use the second stage coefficients if you are interested in 3SLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be happy to provide more help if you can replicate your problem on this thread.&lt;/P&gt;&lt;P&gt;-Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105613#M566</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2013-03-11T15:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: 2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105614#M567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help. I looked at the Klein example and ran it, and it makes me think that 3SLS is simply not able to do what I want: obtain estimates for the 3 models, instead of just one (CONSUME in case of the Klein model, log(DepVar1) in my case). In the 3SLS, I showed the first step using FIRST, but I am not sure it is useful as this step only gets the predicted values for the endogenous regressors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry if I am not very clear, I am doing my best! To sum up, I am looking for a procedure able to estimate the 3 models at the same time and print the estimation results for all of them. 3SLS only shows the estimation results for one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code, that I modified using Gunce's advice, and with a few changes linked to the advancement of my research:&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;syslin&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=Data.data &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;sls &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;first&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;endogenous&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1) log(DepVar2) log(DepVar3); &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;instruments&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(Exogenous1) Dummy1 Dummy2 Dummy3 log(Exogenous2) Dummy4 log(Exogenous3) InstrumentVar InstrumentVar2 Trend lag(log(DepVar3)) lag(log(DepVar1)/log(DepVar3));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1) = log(Exogenous1) log(DepVar2) Dummy4 Dummy1 Dummy2 Dummy3 InstrumentVar2 Trend; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar2) = log(Exogenous2) log(DepVar1) log(DepVar3) Dummy4 log(Exogenous3) InstrumentVar InstrumentVar2 Trend;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;restrict&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1) = - log(DepVar3); &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar3) = lag(log(DepVar3)) log(Exogenous1) lag(log(DepVar1)/log(DepVar3)); &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Thank you again for taking the time to help me!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Maxime&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 02:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105614#M567</guid>
      <dc:creator>maxime</dc:creator>
      <dc:date>2013-03-12T02:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: 2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105615#M568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, but I am struggling to replicate your problem.&amp;nbsp; If I run the example I sent you, I get estimates of the three models, 1)consumption, 2) investment and 3) labor.&lt;/P&gt;&lt;P&gt;I suspect if you are not seeing the same results, that you have a ODS or printing issue. Make sure you turn ODS GRAPHICS ON;&amp;nbsp; and that you don't have any odd printing options included. Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3sls.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3178_3sls.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 21:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105615#M568</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2013-03-13T21:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: 2-stage regression with more than 2 models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105616#M569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ken!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried turning ODS GRAPHICS ON as well as resetting all ODS options, and it did not change anything (I have tried both with my models and the example, to be sure the problem does not come from my modelling). I still only get the first model. It is really weird, I could not find anything online on this printing problem, including on this &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63348/HTML/default/viewer.htm#etsug_syslin_sect040.htm"&gt;page&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it seems that I can get the results for the three models by switching their position (for instance, if I want to get the final 3SLS results for log(DepVar2), I can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;syslin&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=Data.data &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;sls &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;first&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;endogenous&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1) log(DepVar2) log(DepVar3); &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;instruments&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(Exogenous1) Dummy1 Dummy2 Dummy3 log(Exogenous2) Dummy4 log(Exogenous3) InstrumentVar InstrumentVar2 Trend lag(log(DepVar3)) lag(log(DepVar1)/log(DepVar3));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar2) = log(Exogenous2) log(DepVar1) log(DepVar3) Dummy4 log(Exogenous3) InstrumentVar InstrumentVar2 Trend;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;restrict&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1) = - log(DepVar3); &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar1) = log(Exogenous1) log(DepVar2) Dummy4 Dummy1 Dummy2 Dummy3 InstrumentVar2 Trend; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; log(DepVar3) = lag(log(DepVar3)) log(Exogenous1) lag(log(DepVar1)/log(DepVar3)); &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;; )&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;It is not a "clean" solution, but at least it gives me the good estimates.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;I am still very interested in finding out where this problem comes from, I am going to keep looking. I don't think it is useful I send you my dataset, as I get the same problem with the example.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Thank you very much for your help Ken!&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Maxime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 21:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/2-stage-regression-with-more-than-2-models/m-p/105616#M569</guid>
      <dc:creator>maxime</dc:creator>
      <dc:date>2013-03-13T21:51:49Z</dc:date>
    </item>
  </channel>
</rss>

