<?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: How to run OLS regression with Type and year fixed effect ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718361#M222315</link>
    <description>&lt;P&gt;When you request SS3, the PROC does not show you the SS1 (Type 1 sum of squares) which is probably meaningless with this data. If you leave SS3 out, then you get an output which contains both SS3 and SS1.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2021 19:13:30 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-02-10T19:13:30Z</dc:date>
    <item>
      <title>How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718172#M222208</link>
      <description>&lt;P&gt;Hi SAS Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dataset "&lt;STRONG&gt;merge_sample&lt;/STRONG&gt;" as attached, I also cut a part of this dataset to describe here&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;TYPE	ENAME	                                    FIR_AGE       	wCCC	        wFIRM_SIZE	    wTOT_ASS  yr	pt
13016K	MOQ	                                        3.0445224377	6.0832021588	9.1344307779	9269	  2002	0
13016K	MOQ	                                        3.0445224377	22.363947386	9.0773802447	8755	  2004	1
13016K	MOQ	                                        3.0445224377	27.229342948	8.6550402581	5739	  2005	1
13016K	MOQ	                                        3.0445224377	21.777987591	7.8651879542	2605	  2007	1
13016K	MOQ	                                        3.0445224377	15.885944401	8.7225800211	6140	  2008	1
130769	SUB-SAHARA RESOURCES DEAD - DELIST.18/12/09	3.295836866	   -257.1999113	    7.9669334984	2884	  2001	0
130769	SUB-SAHARA RESOURCES DEAD - DELIST.18/12/09	3.295836866	   -257.1999113	    7.8943180638	2682	  2002	0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;TYPE, ENAME: character variables while the rest are numeric variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to run a regression where:&lt;/P&gt;
&lt;P&gt;dependent variable: wTOT_ASS&amp;nbsp;&lt;/P&gt;
&lt;P&gt;independent variables: FIR_AGE, wFIRM_SIZE, pt&lt;/P&gt;
&lt;P&gt;Controlled for fixed effect: TYPE and yr.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please give me a hint to sort it out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks and warmest regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 10:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718172#M222208</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-10T10:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718189#M222216</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=merge_sample;
    class type yr;
    model wtot_ass = fir_age wfirm_size pt type yr/solution ss3;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Feb 2021 11:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718189#M222216</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-10T11:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718360#M222314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your helps.&lt;/P&gt;
&lt;P&gt;Can I ask why I follow the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax16.htm&amp;amp;locale=en#statug.glm.modl_opt_ss3" target="_self"&gt;sas document&lt;/A&gt;&amp;nbsp;, the said that&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1612984247172.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54556iD1D224F19572BC1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="My97_0-1612984247172.png" alt="My97_0-1612984247172.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, if ss3 is displayed by default, why we need to call it out in the code as above?&lt;/P&gt;
&lt;P&gt;Many thanks and warm regards.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718360#M222314</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-10T19:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718361#M222315</link>
      <description>&lt;P&gt;When you request SS3, the PROC does not show you the SS1 (Type 1 sum of squares) which is probably meaningless with this data. If you leave SS3 out, then you get an output which contains both SS3 and SS1.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718361#M222315</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-10T19:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718365#M222316</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your explanation, I follow &lt;A href="https://host.kelley.iu.edu/nstoffma/fe.html" target="_self"&gt;this document&lt;/A&gt;&amp;nbsp; about running fixed effect in SAS.&lt;/P&gt;
&lt;P&gt;Simplistically speaking, their way of running fixed effect is quite similar to yours, but I found two points a little bit confusing to me:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1612985018805.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54557i3148F7646280C298/image-size/large?v=v2&amp;amp;px=999" role="button" title="My97_0-1612985018805.png" alt="My97_0-1612985018805.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, so there is no delimiter or else to separate between identifier and indvars in the code below?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model depvar = indvars identifier / solution; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And second, why they have the &lt;STRONG&gt;quit&lt;/STRONG&gt;&amp;nbsp;statement at the end but your?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks and warm regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718365#M222316</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-10T19:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718368#M222318</link>
      <description>&lt;P&gt;Yes, you need a QUIT; at the end of PROC GLM, that was my mistake.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure what your other question is, regarding using ABSORB or not.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718368#M222318</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-10T19:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718371#M222320</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;Thank you for your prompt reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for confusing you. I mean, in my case, I have two fixed effects ( by &lt;STRONG&gt;type&lt;/STRONG&gt; and by &lt;STRONG&gt;year&lt;/STRONG&gt;), so I am wondering if SAS misunderstand that one of these two dimensions is independent variables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=merge_sample;
    class type yr;
    model wtot_ass = fir_age wfirm_size pt &lt;STRONG&gt;type yr&lt;/STRONG&gt;/solution ss3;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Many thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:35:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718371#M222320</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-10T19:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718372#M222321</link>
      <description>&lt;P&gt;The MODEL statement considers anything to the left of the equal sign to be the response variable. Anything to the right of the equal sign (and before the / indicating options) are independent variables (which could be CLASS or not CLASS variables).&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718372#M222321</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-10T19:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718376#M222324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you, I see what you mean, sorry for confusing you again, what I mean is, comparing to the code&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1612986538137.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54558iCB115D5A117E8D80/image-size/large?v=v2&amp;amp;px=999" role="button" title="My97_0-1612986538137.png" alt="My97_0-1612986538137.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am wondering that in your code, SAS is able to recognize that on the third line of your code that "type" and "yr" are identifiers or SAS just recognize that "yr" is identifier.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=merge_sample;
    class type yr;
    model wtot_ass = fir_age wfirm_size pt type yr/solution ss3;
run;&lt;BR /&gt;quit;/*added line*/&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718376#M222324</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-10T19:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718413#M222341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And can I ask, this regression will return the Intercept as well, is there any way to run the regression without the intercept?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1612993090676.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54560iBB77FD132BF25172/image-size/large?v=v2&amp;amp;px=999" role="button" title="My97_0-1612993090676.png" alt="My97_0-1612993090676.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I use?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;noint&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 21:45:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718413#M222341</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-10T21:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718422#M222344</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And second, why they have the &lt;STRONG&gt;quit&lt;/STRONG&gt;&amp;nbsp;statement at the end but your?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Generic response for why to use "quit" to end a procedure. There are a number of procedures that run interactively and allow you to add additional statements. In the regression world that would mean typically additional Model statements or other output generating options. In effect that let's you look at part of the analysis and pick choices based on what you see and the procedure doesn't always have to reload the data. The term SAS will use for these procedures are "run groups": a number statements you provide and the procedure generates output when a Run; is encountered. So Quit is needed with the procedure to tell SAS you done with the data and can do it's internal clean up of temporary files and such.&lt;/P&gt;
&lt;P&gt;Proc Reg and GLM are only a few.&amp;nbsp; Here is an example with Proc Reg you could play with:&lt;/P&gt;
&lt;PRE&gt;proc reg data=sashelp.class;
   var Age;
   model Weight = Height;
run;

   model Weight = Height Age;
run;

&lt;/PRE&gt;
&lt;P&gt;you can execute code through the first "run" and examine the results. Then highlight and run the second model and run statement. If you wanted you could even do something like:&lt;/P&gt;
&lt;PRE&gt;Model age = height;
run;&lt;/PRE&gt;
&lt;P&gt;not likely meaningful but any dependent with other numeric independent variables until you execute a Quit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other procedures such as Proc Datasets, Proc Gmap and many of the SAS/Graph procedures also support run groups. Proc SQL also uses quit and "run" will generate warnings. These procedures will show a "running" status until a Quit statment is executed or a procedure boundary is encountered.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 22:03:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718422#M222344</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-10T22:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718428#M222345</link>
      <description>&lt;P&gt;A dedicated and comprehensive explanation,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 22:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718428#M222345</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-10T22:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to run OLS regression with Type and year fixed effect ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718537#M222394</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And can I ask, this regression will return the Intercept as well, is there any way to run the regression without the intercept?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1612993090676.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54560iBB77FD132BF25172/image-size/large?v=v2&amp;amp;px=999" role="button" title="My97_0-1612993090676.png" alt="My97_0-1612993090676.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I use?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;noint&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I suggest you try it and find out. I also recommend not using NOINT when computing regressions, as this is appropriate only in very rare situations..&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 11:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-run-OLS-regression-with-Type-and-year-fixed-effect/m-p/718537#M222394</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-11T11:41:37Z</dc:date>
    </item>
  </channel>
</rss>

