<?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: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985251#M379807</link>
    <description>&lt;P&gt;Yes, it is working without the second random statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc bglimm - Is this similar to proc glimmix (I have never used this)?&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2026 14:04:20 GMT</pubDate>
    <dc:creator>kcsb</dc:creator>
    <dc:date>2026-03-24T14:04:20Z</dc:date>
    <item>
      <title>ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this system.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985157#M379789</link>
      <description>&lt;P&gt;proc glimmix data=data.model_df method=laplace;&lt;BR /&gt;class PAC_1 (ref="No PAC") PRVDR_NUM hrrnum;&lt;BR /&gt;model PAC_1 = / dist=multinomial link=glogit solution;&lt;BR /&gt;random intercept / subject=hrrnum group=PAC_1 type=vc;&lt;BR /&gt;random intercept / subject=PRVDR_NUM(hrrnum) group=PAC_1 type=vc;&lt;BR /&gt;output out=ps_long pred(noblup ilink)=ps;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run this null model. However, I get this error:&amp;nbsp;ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this system.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I did check this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc options option=(memsize sortsize realmemsize);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;MEMSIZE=141785863680&lt;/DIV&gt;&lt;DIV class=""&gt;Specifies the limit on the amount of virtual memory that can be used during a SAS session.&lt;/DIV&gt;&lt;DIV class=""&gt;SORTSIZE=25769803776&lt;/DIV&gt;&lt;DIV class=""&gt;Specifies the amount of memory that is available to the SORT procedure.&lt;/DIV&gt;&lt;DIV class=""&gt;REALMEMSIZE=9223372036854775807&lt;/DIV&gt;&lt;DIV class=""&gt;Specifies the amount of real memory SAS can expect to allocate.&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Mar 2026 15:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985157#M379789</guid>
      <dc:creator>kcsb</dc:creator>
      <dc:date>2026-03-23T15:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985159#M379791</link>
      <description>&lt;P&gt;It cannot be done in a reasonable amount of time. This probably is not a memory issue (otherwise the error message would specifically say memory), it is most likely a CPU issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many levels are there in each of your CLASS variables? Can some of the levels be combined?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many observations in data set data.model_df?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 16:12:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985159#M379791</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-23T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985161#M379792</link>
      <description>&lt;P&gt;2943 in PRVDR_NUM, 306 in hrrnum and 4 in PAC_1.&amp;nbsp; I don't think I can combine the levels. They are really different.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;160391 observations (&lt;SPAN&gt;data.model_df)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 16:17:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985161#M379792</guid>
      <dc:creator>kcsb</dc:creator>
      <dc:date>2026-03-23T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985193#M379793</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;random intercept / subject=PRVDR_NUM(hrrnum) group=PAC_1 type=vc;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So here HRRNUM is nested within PRVDR_NUM. That's 2943 x 306 = 900,558 different combinations. I can understand why SAS is telling you this will take a very long time. Further, with 160,391 observations, the data will be very sparse in some of the combinations of HRRNUM and PRVDR_NUM; in other combinations of HRRNUM and PRVDR_NUM, there will not be any data. So, this is an overspecified model as well, you can't estimate everything.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 17:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985193#M379793</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-03-23T17:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985223#M379800</link>
      <description>&lt;P&gt;1)&lt;/P&gt;
&lt;P&gt;You have too many strata/cluster in your model due to two RANDOM statement.&lt;/P&gt;
&lt;P&gt;I would suggest to get rid of the second RANDOM statement and say whether it is working or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&lt;/P&gt;
&lt;P&gt;Or using Bayes version of GLIMMIX:&lt;/P&gt;
&lt;PRE&gt;proc bglimm&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Mar 2026 07:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985223#M379800</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-03-24T07:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985251#M379807</link>
      <description>&lt;P&gt;Yes, it is working without the second random statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc bglimm - Is this similar to proc glimmix (I have never used this)?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 14:04:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985251#M379807</guid>
      <dc:creator>kcsb</dc:creator>
      <dc:date>2026-03-24T14:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Model is too large to be fit by PROC GLIMMIX in a reasonable amount of time on this syste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985313#M379820</link>
      <description>Yes. I think so.&lt;BR /&gt;Since proc bglimm is the Bayes version of proc glimmix, they should get the similar parameter estimators.&lt;BR /&gt;&lt;BR /&gt;And I suggest you to post this question to Stat Forum to let statistician to notice it.&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/bd-p/statistical_procedures" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/bd-p/statistical_procedures&lt;/A&gt;</description>
      <pubDate>Wed, 25 Mar 2026 06:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Model-is-too-large-to-be-fit-by-PROC-GLIMMIX-in-a/m-p/985313#M379820</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-03-25T06:41:45Z</dc:date>
    </item>
  </channel>
</rss>

