<?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: Proc Panel fixone and fixtwo in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130820#M743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To simplify the output (and because often these values are often considered nuisance parameters) we changed the default to NOT print the fixed effects estimates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Including the term PRINTFIXED on the PROC PANEL statement will print the coefficient estimates.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Proc panel data=stuff &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;printfixed&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;model y = x1 x2 x3 / fixtwo;&lt;/P&gt;&lt;P&gt;id CS TS;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Sorry for the confusion. You can see a complete example &lt;A href="http://support.sas.com/documentation/onlinedoc/ets/ex_code/121/panex02.html"&gt;here.&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;And &lt;A href="http://support.sas.com/documentation/onlinedoc/ets/ex_code/121/index.html#PANEL"&gt;here&lt;/A&gt; are more examples &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 19:31:31 GMT</pubDate>
    <dc:creator>ets_kps</dc:creator>
    <dc:date>2013-03-08T19:31:31Z</dc:date>
    <item>
      <title>Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130817#M740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc panel data=stuff;&lt;/P&gt;&lt;P&gt;model y = x1 x2 x3 / fixtwo;&lt;/P&gt;&lt;P&gt;id CS TS;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now SAS is outputting the correct coefficients on x1 x2 and x3 as confirmed by using SAS on another machine, but it is not outputing my cross sectional and time series fixed effect dummy variables and I have no idea why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what could cause this output to be missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 00:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130817#M740</guid>
      <dc:creator>Gopack</dc:creator>
      <dc:date>2013-03-08T00:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130818#M741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming it's default output, it could be possible if you used an ods select statement somewhere. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try adding&lt;/P&gt;&lt;P&gt;ods select all&lt;/P&gt;&lt;P&gt;before the procedure and running it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 01:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130818#M741</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-08T01:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130819#M742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the ODS Select all statement and it didn't change anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The box with my parameter estimates are still only showing the variables in my model and not the fixed effects even though it is clearly computing them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 16:02:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130819#M742</guid>
      <dc:creator>Gopack</dc:creator>
      <dc:date>2013-03-08T16:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130820#M743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To simplify the output (and because often these values are often considered nuisance parameters) we changed the default to NOT print the fixed effects estimates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Including the term PRINTFIXED on the PROC PANEL statement will print the coefficient estimates.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Proc panel data=stuff &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;printfixed&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;model y = x1 x2 x3 / fixtwo;&lt;/P&gt;&lt;P&gt;id CS TS;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Sorry for the confusion. You can see a complete example &lt;A href="http://support.sas.com/documentation/onlinedoc/ets/ex_code/121/panex02.html"&gt;here.&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;And &lt;A href="http://support.sas.com/documentation/onlinedoc/ets/ex_code/121/index.html#PANEL"&gt;here&lt;/A&gt; are more examples &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 19:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130820#M743</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2013-03-08T19:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130821#M744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ets_kps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you come back to this thread, first off thank you, I spent no kidding like 3 hours trying to figure out why on earth this wasn't working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I didn't know that I had this SAS/STAT 12.1 installed.&amp;nbsp; If I am looking up how things function in SAS am I always going to want to be looking in the SAS 12.1 documentation rather than the SAS 9.3 documentation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 20:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130821#M744</guid>
      <dc:creator>Gopack</dc:creator>
      <dc:date>2013-03-08T20:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130822#M745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are quite welcome, but most of the credit should go to the ETS team that helped me figure it out &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to the documentation....If you have the 12.1 Analytical Products installed ( /ETS /STAT /OR etc), which is sounds as though you do,&amp;nbsp; then you probably want to look at the &lt;A href="http://support.sas.com/documentation/onlinedoc/ets/"&gt;12.1 documentation&lt;/A&gt;.&amp;nbsp; I tend to google "PROC X SAS 12.1" to get the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the most part, looking at older versions of the documentation should give you consistent answers with the current software. However, as you found out, sometimes the defaults might change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 20:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130822#M745</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2013-03-08T20:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130823#M746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is incredible to change that. No kidding I have executed the code during a seminar and discovered that in front of all without to know what to do ... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Even in EG 5.1 this option is not known when we write the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can ETS team redirect the ETS SAS 9.3 url to ETS 12.1 ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 14:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130823#M746</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2013-10-21T14:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130824#M747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephane,&lt;/P&gt;&lt;P&gt;Yes, these output differences occur from time to time. Sorry it has been a trouble spot for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To your second question, could you clarify?&amp;nbsp; Are you looking to have SAS/ETS 12.1 documentation be the default home page? Rather than 9.x? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 21:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130824#M747</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2013-10-25T21:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel fixone and fixtwo</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130825#M748</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;Thanks for your answer &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well yes I think it's should be fine. Actually each time we are looking for a SAS statement or syntax help we fall on the explanation of last version of SAS so I think that ETS12.1 should be the default page rather than 9.x page. Otherwise could you note this change on the ETS12.1 page ? I think it's not a minor change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I don't understand this change. what's the official explanation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stéphane.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 14:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Panel-fixone-and-fixtwo/m-p/130825#M748</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2013-10-28T14:57:51Z</dc:date>
    </item>
  </channel>
</rss>

