<?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: Proc GLM is not outputting ALL of intercepts in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192022#M48257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct. The model is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y= Intercept + B1*(X=1) + B2(X=2) + B3(X=3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you expecting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2014 17:59:49 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-12-01T17:59:49Z</dc:date>
    <item>
      <title>Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192018#M48253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using a code like the following;&lt;/P&gt;&lt;P&gt;proc glm data=Samp;&lt;BR /&gt;class ID;&lt;BR /&gt;MODEL Y= X /solution;&amp;nbsp; &lt;BR /&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS is outputting the Coefficient on X and also the intercept on the "last" ID, however it's not outputting the intercepts on other ID levels.&lt;/P&gt;&lt;P&gt;Does anyone know what may have caused this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S ; Samp dataset is sorted by ID prior to running PROC GLM.Also SAS log does not show me any errors or warnings on the GLM procedure.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 17:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192018#M48253</guid>
      <dc:creator>Kamash</dc:creator>
      <dc:date>2014-12-01T17:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192019#M48254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Use by ID to get the desired output.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc glm data=Samp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;by ID;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;MODEL Y= X /solution;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 17:16:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192019#M48254</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-12-01T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192020#M48255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean parameter estimates? It works for me? Are you sure there's no warnings in your output. &lt;/P&gt;&lt;P&gt;What does the following generate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #942193;"&gt;&lt;SPAN style="color: #0433ff;"&gt;title&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;'Unbalanced Two-Way Analysis of Variance'&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;input&lt;/SPAN&gt; drug disease @;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;do&lt;/SPAN&gt; i=&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;to&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;input&lt;/SPAN&gt; y @;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;output&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;end&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #0433ff;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;datalines&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;1 1 42 44 36 13 19 22&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;1 2 33&amp;nbsp; . 26&amp;nbsp; . 33 21&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;1 3 31 -3&amp;nbsp; . 25 25 24&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;2 1 28&amp;nbsp; . 23 34 42 13&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;2 2&amp;nbsp; . 34 33 31&amp;nbsp; . 36&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;2 3&amp;nbsp; 3 26 28 32&amp;nbsp; 4 16&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;3 1&amp;nbsp; .&amp;nbsp; .&amp;nbsp; 1 29&amp;nbsp; . 19&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;3 2&amp;nbsp; . 11&amp;nbsp; 9&amp;nbsp; 7&amp;nbsp; 1 -6&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;3 3 21&amp;nbsp; 1&amp;nbsp; .&amp;nbsp; 9&amp;nbsp; 3&amp;nbsp; .&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;4 1 24&amp;nbsp; .&amp;nbsp; 9 22 -2 15&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;4 2 27 12 12 -5 16 15&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;4 3 22&amp;nbsp; 7 25&amp;nbsp; 5 12&amp;nbsp; .&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;glm&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;class&lt;/SPAN&gt; drug ;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #0433ff;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;model&lt;SPAN style="color: #000000;"&gt; y=drug/&lt;/SPAN&gt;solution&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 17:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192020#M48255</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-01T17:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192021#M48256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct Reeza, I meant parameter estimates. I ran your code. Beside the four Coefficients,&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure GLM: Solution"&gt;&lt;/TABLE&gt;&lt;P&gt; it only provided one Intercept. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 17:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192021#M48256</guid>
      <dc:creator>Kamash</dc:creator>
      <dc:date>2014-12-01T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192022#M48257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct. The model is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y= Intercept + B1*(X=1) + B2(X=2) + B3(X=3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you expecting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 17:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192022#M48257</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-01T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192023#M48258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your recommendation.&lt;/P&gt;&lt;P&gt;I was actually having a problem with ABSORB statement , so I thought I'd give the procedure a try with the CLASS statement, but it turned out it has a problem too.&lt;/P&gt;&lt;P&gt;So I was hoping if I can figure out why CLASS is not working then I can solve the other issue; becuase they could be interrelated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 18:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192023#M48258</guid>
      <dc:creator>Kamash</dc:creator>
      <dc:date>2014-12-01T18:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192024#M48259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To my knowledge, the model should generate the individual fixed effects estimates ;iIntercepts vary person to person, however the coefficients remain the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 18:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192024#M48259</guid>
      <dc:creator>Kamash</dc:creator>
      <dc:date>2014-12-01T18:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192025#M48260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then perhaps start from the beginning, with what you're trying to do statistically. I'd post it as a new question as this subject line isn't valid anymore.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please include as much description as you can, it helps to answer your question correctly the first time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 19:19:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192025#M48260</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-01T19:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM is not outputting ALL of intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192026#M48261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeze, I agree with your comment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 20:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-GLM-is-not-outputting-ALL-of-intercepts/m-p/192026#M48261</guid>
      <dc:creator>Kamash</dc:creator>
      <dc:date>2014-12-01T20:36:16Z</dc:date>
    </item>
  </channel>
</rss>

