<?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 does not provide me estimates in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908832#M45112</link>
    <description>&lt;P&gt;No need to create dummy variables for PROC GLM. Use the CLASS statement instead of dummy variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running with 20,000 distinct ID seems like it will cause memory related problems and may fail. Why do you need to have 20,000 distinct IDs in your model?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2023 15:21:40 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-12-19T15:21:40Z</dc:date>
    <item>
      <title>Proc glm does not provide me estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908590#M45094</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I run the following code ,&lt;/P&gt;&lt;P&gt;with fixed effects of ID year and industry:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm data=library.modify1;&lt;BR /&gt;class two_digit_SICnum gvkey fyear;&lt;BR /&gt;model roa =dummy two_digit_SICnum gvkey fyear/solution ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however, the program does not provide estimates and my memsize is set to 4!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 11:59:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908590#M45094</guid>
      <dc:creator>HEB1</dc:creator>
      <dc:date>2023-12-18T11:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm does not provide me estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908598#M45096</link>
      <description>&lt;P&gt;Please show us the output so we can see what you are seeing. Please use the "Insert Photos" icon to include a screen capture of your output in your reply; do&amp;nbsp;&lt;STRONG&gt;NOT&amp;nbsp;&lt;/STRONG&gt;attach files.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 879px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91641i24282B42CFE94122/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 13:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908598#M45096</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-12-18T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm does not provide me estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908830#M45111</link>
      <description>I can’t even produce the output now, the program get stack.&lt;BR /&gt;Basically what I want to run is dependent variable on a dummy and fixed effects.&lt;BR /&gt;The dummy equals 1 for almost 2,000 obs and equals 0 for 75,000 obs.&lt;BR /&gt;I think that problem starts when I use ID fixed effects. I have approximately 20,000 distinct ID.&lt;BR /&gt;Any idea how can I run this analysis?&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908830#M45111</guid>
      <dc:creator>HEB1</dc:creator>
      <dc:date>2023-12-19T15:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm does not provide me estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908832#M45112</link>
      <description>&lt;P&gt;No need to create dummy variables for PROC GLM. Use the CLASS statement instead of dummy variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running with 20,000 distinct ID seems like it will cause memory related problems and may fail. Why do you need to have 20,000 distinct IDs in your model?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908832#M45112</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-12-19T15:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm does not provide me estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908833#M45113</link>
      <description>&lt;P&gt;You say that you have about 2,000 observations where your dummy equals 1 and 20,000 ids. That tells me that you have about 18,000 (possibly more) IDs that all the values are 0. So there is no variability for those ids unless there is a lot more going on in your code than you have provided. No variability, no error typically means no "estimate".&lt;/P&gt;
&lt;P&gt;At best, 18,000 of those IDs are not going to have any prediction for the value=1 because they never see one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As an absolute minimum you should share the code you are attempting and the LOG with the code and any messages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908833#M45113</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-12-19T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm does not provide me estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908834#M45114</link>
      <description>&lt;P&gt;You might consider using PROC MIXED and treating ID as a random effect.&lt;/P&gt;
&lt;P&gt;If you must treat ID as a fixed effect, you might consider using the ABSORB ID; statement in PROC GLM and take ID out of the MODEL statement. Make sure your data is sorted by ID. More information on the ABSORB statement can be found in the documentation&amp;nbsp; -&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glm_syntax02.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glm_syntax02.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:27:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-glm-does-not-provide-me-estimates/m-p/908834#M45114</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2023-12-19T15:27:43Z</dc:date>
    </item>
  </channel>
</rss>

