<?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: Help with PROC BGLIMM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985118#M49346</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS error.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113739i5F86A3D0A2DDF544/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS error.png" alt="SAS error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Mar 2026 20:48:46 GMT</pubDate>
    <dc:creator>xliu1</dc:creator>
    <dc:date>2026-03-22T20:48:46Z</dc:date>
    <item>
      <title>Help with PROC BGLIMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985095#M49344</link>
      <description>&lt;P&gt;I try to use proc bglimm to predict future data, and I got error message regarding this preddist statement. The combined data includes historical and future data set with missing values assigned to future cohort. Here is a screenshot of the error I see in SAS. I would appreciate if anyone can help me fix this error. Thanks.&lt;/P&gt;
&lt;DIV id="tinyMceEditorxliu1_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorxliu1_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc bglimm data=combined seed=&amp;amp;seed nmc=&amp;amp;nmc thin=&amp;amp;thin nbi=&amp;amp;nbi
	  outpost=Post_Pred;
class global_college;
model PELL_GRAD_6YR / PELL_COHORT_6YR = time FIRST_GEN_PERC SCH90_PERC GPA2_PERC SENIOR_PERC / dist=binomial link=logit;
random intercept time / subject=Global_College type=un;
preddist outpred=Predictive;
title "BGLIMM: Generate Forecasts for Future Cohorts";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Mar 2026 20:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985095#M49344</guid>
      <dc:creator>xliu1</dc:creator>
      <dc:date>2026-03-21T20:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with PROC BGLIMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985114#M49345</link>
      <description>&lt;P&gt;There's no ERROR message.&lt;BR /&gt;You have just published the SAS-program and not the LOG that you receive after submitting this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Koen&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 17:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985114#M49345</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2026-03-22T17:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with PROC BGLIMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985118#M49346</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS error.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113739i5F86A3D0A2DDF544/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS error.png" alt="SAS error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 20:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985118#M49346</guid>
      <dc:creator>xliu1</dc:creator>
      <dc:date>2026-03-22T20:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with PROC BGLIMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985119#M49347</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/317497"&gt;@xliu1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The PREDDIST statement &lt;A href="https://documentation.sas.com/doc/de/pgmsascdc/v_073/pgmsaswn/p0a2nipviaha6nn1dpkrlnx9pa72.htm#n11styo5ehuj6tn18nm5jhzv6lwh" target="_blank" rel="noopener"&gt;was introduced in release&amp;nbsp;2020.1.1 (December 2020)&lt;/A&gt; of SAS Viya 4. Apparently, you are using either an older SAS Viya 4 release (like LTS 2020.1), an older Viya version (such as 3.5), or SAS 9.4, where &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_bglimm_syntax.htm" target="_blank" rel="noopener"&gt;that statement is not supported&lt;/A&gt; even in the most recent maintenance release (M9 with SAS/STAT 15.4).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry that I can't help you further with PROC BGLIMM because my SAS 9.4M5 release (with SAS/STAT 14.3) does not support that procedure at all. It was &lt;A href="https://documentation.sas.com/doc/de/pgmsascdc/9.4_3.4/whatsnew/n0xz3zuivh0rnen1806e9yctjkji.htm" target="_blank" rel="noopener"&gt;introduced in SAS 9.4M&lt;STRONG&gt;6&lt;/STRONG&gt;, SAS/STAT 15.1&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 22:49:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985119#M49347</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2026-03-22T22:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with PROC BGLIMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985120#M49348</link>
      <description>&lt;P&gt;Thank you for your response. I am using SAS base 9.4. What options are available for this version of SAS to produce the future predictions using PROC BGLIMM?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 23:01:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985120#M49348</guid>
      <dc:creator>xliu1</dc:creator>
      <dc:date>2026-03-22T23:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with PROC BGLIMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985133#M49350</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The PREDDIST statement is only available in the SAS Viya version of BGLIMM. As mentioned earlier by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You could also fit the model in PROC MCMC instead which does have a PREDDIST statement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here's an example that uses the PREDDIST statement in PROC MCMC (&lt;/SPAN&gt;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_mcmc_details59.htm" target="_blank"&gt;Posterior Predictive Distribution&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The example shows a&amp;nbsp;normal mixed model (not a glimmix model).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 09:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-PROC-BGLIMM/m-p/985133#M49350</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2026-03-23T09:40:55Z</dc:date>
    </item>
  </channel>
</rss>

