<?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 PROC PANEL without explanatory variables in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PANEL-without-explanatory-variables/m-p/48484#M2147</link>
    <description>Hi Guys,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to run a two-way fixed-effect model without explanatory variables (only dummy variables of cross-sections and time periods are independent variables). I have two questions:&lt;BR /&gt;
&lt;BR /&gt;
1. Can I run this model using the following code in which I don't explicitly specify any explanatory variables on the right hand side in the model statment?&lt;BR /&gt;
&lt;BR /&gt;
2. Can I impose some restriction on dummy variables of cross-sections, such as csid1 + csid2 + csid3 = 0? I cannot use restrict statement because those csid variables are not showing up on the right hand side. Any thoughts?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance!&lt;BR /&gt;
&lt;BR /&gt;
	proc panel data = dataset;&lt;BR /&gt;
	  id csid tsid;&lt;BR /&gt;
	  model p = /fixtwo;&lt;BR /&gt;
	  ods output ParameterEstimates = estimates;&lt;BR /&gt;
	run;</description>
    <pubDate>Tue, 12 Apr 2011 17:23:59 GMT</pubDate>
    <dc:creator>richard_hu2003</dc:creator>
    <dc:date>2011-04-12T17:23:59Z</dc:date>
    <item>
      <title>PROC PANEL without explanatory variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PANEL-without-explanatory-variables/m-p/48484#M2147</link>
      <description>Hi Guys,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to run a two-way fixed-effect model without explanatory variables (only dummy variables of cross-sections and time periods are independent variables). I have two questions:&lt;BR /&gt;
&lt;BR /&gt;
1. Can I run this model using the following code in which I don't explicitly specify any explanatory variables on the right hand side in the model statment?&lt;BR /&gt;
&lt;BR /&gt;
2. Can I impose some restriction on dummy variables of cross-sections, such as csid1 + csid2 + csid3 = 0? I cannot use restrict statement because those csid variables are not showing up on the right hand side. Any thoughts?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance!&lt;BR /&gt;
&lt;BR /&gt;
	proc panel data = dataset;&lt;BR /&gt;
	  id csid tsid;&lt;BR /&gt;
	  model p = /fixtwo;&lt;BR /&gt;
	  ods output ParameterEstimates = estimates;&lt;BR /&gt;
	run;</description>
      <pubDate>Tue, 12 Apr 2011 17:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PANEL-without-explanatory-variables/m-p/48484#M2147</guid>
      <dc:creator>richard_hu2003</dc:creator>
      <dc:date>2011-04-12T17:23:59Z</dc:date>
    </item>
  </channel>
</rss>

