<?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: What is difference between PROC GLM and the TSCSREG procedure in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/What-is-difference-between-PROC-GLM-and-the-TSCSREG-procedure/m-p/409205#M2795</link>
    <description>&lt;P&gt;Hello everybody.&lt;BR /&gt;I have no response until now.&lt;BR /&gt;Is my question hard or vague to answer?&lt;BR /&gt;Please tell me to correct it if needs be.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 20:04:09 GMT</pubDate>
    <dc:creator>aminkarimid</dc:creator>
    <dc:date>2017-11-14T20:04:09Z</dc:date>
    <item>
      <title>What is difference between PROC GLM and the TSCSREG procedure</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/What-is-difference-between-PROC-GLM-and-the-TSCSREG-procedure/m-p/408940#M2794</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I want to run a regression between volume&amp;nbsp;and time, including a fixed effect for each firm (firm_code). So, I use&amp;nbsp;two ways to estimate parameters which are shown below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc glm DATA=Sampledata;
	class time firms;
	model volume = time firms / solution;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And another approach is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tscsreg data= Sampledata;
	model volume = time1 time2 time_3 time_4
time_5 time_6/ fixone;
	id firms datetime;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Time1, time2, ... are dummy variables based on time.&lt;/P&gt;&lt;P&gt;However, estimated parameters and their t values are so different in two procedures.&lt;/P&gt;&lt;P&gt;So, what is the problem? because both of them use OLS to estimate and these are same procedures to consider firm fixed effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 07:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/What-is-difference-between-PROC-GLM-and-the-TSCSREG-procedure/m-p/408940#M2794</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-10-31T07:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between PROC GLM and the TSCSREG procedure</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/What-is-difference-between-PROC-GLM-and-the-TSCSREG-procedure/m-p/409205#M2795</link>
      <description>&lt;P&gt;Hello everybody.&lt;BR /&gt;I have no response until now.&lt;BR /&gt;Is my question hard or vague to answer?&lt;BR /&gt;Please tell me to correct it if needs be.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 20:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/What-is-difference-between-PROC-GLM-and-the-TSCSREG-procedure/m-p/409205#M2795</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-11-14T20:04:09Z</dc:date>
    </item>
  </channel>
</rss>

