<?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: Combining random effects from proc GLIMMIX output in MIANALYZE in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858614#M42443</link>
    <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/155173"&gt;@SAS_Rob&lt;/a&gt; Thank you for the link. This worked perfectly.</description>
    <pubDate>Mon, 13 Feb 2023 20:49:47 GMT</pubDate>
    <dc:creator>Chudamani</dc:creator>
    <dc:date>2023-02-13T20:49:47Z</dc:date>
    <item>
      <title>Combining random effects from proc GLIMMIX output in MIANALYZE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858372#M42420</link>
      <description>&lt;P&gt;I have been trying to combine estimates for random effects after running PROC GLIMMIX in a multiply imputed dataset. However, I keep getting errors. Any help is appreciated.&lt;/P&gt;&lt;PRE&gt;The code I used in GLIMMIX to create a dataset with random effects:
PROC GLIMMIX DATA = FULL.DSRTLONGFULL METHOD=QUAD(FASTQUAD) noclprint plots=all;
by _IMPUTATION_;
CLASS RAHHIDPN STRATCLUS   alc (ref='0') smoke(ref='0') GENDER (REF='2') RACE_ETH(ref='1') maritalstat(ref='1')meds(ref='0') hear(ref='5') sleep(ref='1');
MODEL COGSCR = time BMI time*BMI time  BMI  time*BMI  PAscr SEscr alc smoke  
GENDER EDU ciyrsn RACE_ETH R7AGE_N maritalstat income cesd meds hear sleep numcond Funcstat/ SOLUTION DDFM=RESIDUAL obsweight=lev1wt ;
RANDOM INTERCEPT /subject=STRATCLUS  solution type=VC weight=lev3wt; /**LEVEL 3 VARIABLES**/
RANDOM INTERCEPT /subject=RAHHIDPN(STRATCLUS) solution type=VC weight=lev2wt; /**LEVEL 2 VARIABLES**/
COVTEST/WALD;
ODS OUTPUT parameterestimates=FULL.PARAMBMI covparms=full.randombmi;
store BMIall;
RUN;

The MIANALYZE Code:
proc sort data=full.randombmi;
by effect subject _imputation_;
run;

proc mianalyze parms (classvar=Level)=full.randombmi;
by subject;
modeleffects intercept;
run;&lt;/PRE&gt;&lt;P&gt;The dataset with the estimates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 05:27:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858372#M42420</guid>
      <dc:creator>Chudamani</dc:creator>
      <dc:date>2023-02-11T05:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Combining random effects from proc GLIMMIX output in MIANALYZE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858569#M42439</link>
      <description>&lt;P&gt;Noting that you "keep getting errors" without giving us what is found in the log is like cutting off one leg before running a race.&amp;nbsp; Please post the log, being sure to including any DATA step messages prior to the errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 18:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858569#M42439</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2023-02-13T18:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Combining random effects from proc GLIMMIX output in MIANALYZE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858573#M42440</link>
      <description>&lt;P&gt;You should be able to apply the 2nd example in the usage note below to your situation and get the results.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/33/131.html" target="_blank"&gt;33131 - How do I combine the covariance parameters from PROC MIXED in PROC MIANALYZE? (sas.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 18:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858573#M42440</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2023-02-13T18:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Combining random effects from proc GLIMMIX output in MIANALYZE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858614#M42443</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/155173"&gt;@SAS_Rob&lt;/a&gt; Thank you for the link. This worked perfectly.</description>
      <pubDate>Mon, 13 Feb 2023 20:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Combining-random-effects-from-proc-GLIMMIX-output-in-MIANALYZE/m-p/858614#M42443</guid>
      <dc:creator>Chudamani</dc:creator>
      <dc:date>2023-02-13T20:49:47Z</dc:date>
    </item>
  </channel>
</rss>

