<?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: Run panel data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322271#M17041</link>
    <description>&lt;P&gt;Your expectation file shows results from TCSREG not PROC PANEL.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 22:40:04 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-01-03T22:40:04Z</dc:date>
    <item>
      <title>Run panel data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322003#M17025</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc panel data=dairy;
id year farm;
model milk=cows land labor feed/noint ranone;
run;

proc panel data=dairy;
id year farm;
model milk=cows land labor feed/fixone;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The attached document are the result which I got and the expectation which I wanted to get.&lt;/P&gt;&lt;P&gt;The expectation is the document which I&amp;nbsp; referred to and there are CSs in the exampe.&lt;/P&gt;&lt;P&gt;I think that CSs are fixed effects. But when I ran my program, I found I couldn't get the fixed effects in document, result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why can't I&amp;nbsp; see fixed effects when I run the panel data?&lt;/P&gt;&lt;P&gt;Just like "cs"&amp;nbsp; when I find the code in the SAS example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I am sure that there are not errors in the log of the program.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322003#M17025</guid>
      <dc:creator>karen8169</dc:creator>
      <dc:date>2017-01-03T22:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run panel data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322038#M17026</link>
      <description>&lt;P&gt;Please provide more details in your questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for details on how to ask a good question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/help/how-to-ask" target="_blank"&gt;http://stackoverflow.com/help/how-to-ask&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 00:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322038#M17026</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-03T00:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Run panel data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322271#M17041</link>
      <description>&lt;P&gt;Your expectation file shows results from TCSREG not PROC PANEL.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:40:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322271#M17041</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-03T22:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Run panel data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322274#M17042</link>
      <description>Thank you for your suggestions.</description>
      <pubDate>Tue, 03 Jan 2017 22:50:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322274#M17042</guid>
      <dc:creator>karen8169</dc:creator>
      <dc:date>2017-01-03T22:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Run panel data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322280#M17043</link>
      <description>&lt;P&gt;Well, thank you for your answer.So, I finished the fixed effects problem. But now I want to get random effect value in every period in the residuals. Where can I find&amp;nbsp; references?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 23:06:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Run-panel-data/m-p/322280#M17043</guid>
      <dc:creator>karen8169</dc:creator>
      <dc:date>2017-01-03T23:06:48Z</dc:date>
    </item>
  </channel>
</rss>

