<?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 fixed effect with unique slope and intercept in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-run-fixed-effect-with-unique-slope-and-intercept/m-p/627552#M185296</link>
    <description>&lt;P&gt;I see now. Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2020 16:03:02 GMT</pubDate>
    <dc:creator>spasico</dc:creator>
    <dc:date>2020-02-26T16:03:02Z</dc:date>
    <item>
      <title>how to run fixed effect with unique slope and intercept</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-run-fixed-effect-with-unique-slope-and-intercept/m-p/627543#M185289</link>
      <description>&lt;P&gt;I want to&amp;nbsp;run a regression considering fixed effect, with different slope and intercept for industry and year(i.e: each industry in each year has its slope and intercept, so if there are five year and ten industry, there would be fifty different intercepts and slopes), I tried the following code, but there's only one intercept.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;////&lt;/P&gt;&lt;P&gt;proc glm data=ipot3;&lt;BR /&gt;class industry year;&lt;BR /&gt;model y = x1*industry*year x2*industry*year x3*industry*year / solution;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;////&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to generate their unique intercepts?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:35:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-run-fixed-effect-with-unique-slope-and-intercept/m-p/627543#M185289</guid>
      <dc:creator>spasico</dc:creator>
      <dc:date>2020-02-26T15:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to run fixed effect with unique slope and intercept</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-run-fixed-effect-with-unique-slope-and-intercept/m-p/627547#M185293</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/313232"&gt;@spasico&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I want to&amp;nbsp;run a regression considering fixed effect, with different slope and intercept for industry and year(i.e: each industry in each year has its slope and intercept, so if there are five year and ten industry, there would be fifty different intercepts and slopes), I tried the following code, but there's only one intercept.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;////&lt;/P&gt;
&lt;P&gt;proc glm data=ipot3;&lt;BR /&gt;class industry year;&lt;BR /&gt;model y = x1*industry*year x2*industry*year x3*industry*year / solution;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;////&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to generate their unique intercepts?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=ipot3;
class industry year;
model y = industry*year x1*industry*year x2*industry*year x3*industry*year / solution noint;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the term Industry*Year will be the 50 intercepts.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-run-fixed-effect-with-unique-slope-and-intercept/m-p/627547#M185293</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-26T15:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to run fixed effect with unique slope and intercept</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-run-fixed-effect-with-unique-slope-and-intercept/m-p/627552#M185296</link>
      <description>&lt;P&gt;I see now. Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 16:03:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-run-fixed-effect-with-unique-slope-and-intercept/m-p/627552#M185296</guid>
      <dc:creator>spasico</dc:creator>
      <dc:date>2020-02-26T16:03:02Z</dc:date>
    </item>
  </channel>
</rss>

