<?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: Multiple Imputation in GLIMMIX with continuous dependent in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-dependent/m-p/692492#M33408</link>
    <description>&lt;P&gt;You have to use both the CLASS statement and PARMS= input in Proc MIANALYZE to combine the Parameter Estimates from GLIMMIX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try&amp;nbsp; proc mianalyze&amp;nbsp; parms(classvar=full)&lt;SPAN&gt;=a_mvn;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;class biol;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;modeleffects intercept biol decile;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 11:59:53 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2020-10-19T11:59:53Z</dc:date>
    <item>
      <title>Multiple Imputation in GLIMMIX with continuous dependent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-dependent/m-p/692228#M33401</link>
      <description>&lt;P&gt;Hi SAS members&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to pool my effect estimates across my imputed datasets running a linear regression using GLIMMIX. My dependent variable is a continuous variable and my independent variable is a binary treatment variable adjusting for PS decile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my current code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLIMMIX DATA=moh20crt.ps1_d_tt_response&lt;BR /&gt;METHOD=LAPLACE NOCLPRINT;&lt;BR /&gt;class biol (ref='TOFA') time patid ;&lt;BR /&gt;MODEL&lt;BR /&gt;/*radi_lda*/&lt;BR /&gt;/*radi_mda*/&lt;BR /&gt;radi=biol decile / CL&lt;BR /&gt;SOLUTION ;&lt;BR /&gt;RANDOM INTERCEPT /subject=patid ;&lt;BR /&gt;by _imputation_;&lt;BR /&gt;COVTEST / WALD;where month&amp;lt;=8;&lt;BR /&gt;ods output ParameterEstimates=a_mvn ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* this part works well*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I try to combine the estimate across 20 MI dataset as below&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC MIANALYZE data=a_mvn ;&lt;BR /&gt;MODELEFFECTS biol ;&lt;BR /&gt;stderr biol;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;/* this part does not work*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting message below in the log&amp;nbsp;&lt;/P&gt;&lt;P&gt;"ERROR: Within-imputation Estimate missing for variable biol in _Imputation_= 1 in the input DATA=data set"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thought to resolve the problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Moh&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 20:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-dependent/m-p/692228#M33401</guid>
      <dc:creator>mmovahed</dc:creator>
      <dc:date>2020-10-16T20:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous dependent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-dependent/m-p/692492#M33408</link>
      <description>&lt;P&gt;You have to use both the CLASS statement and PARMS= input in Proc MIANALYZE to combine the Parameter Estimates from GLIMMIX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try&amp;nbsp; proc mianalyze&amp;nbsp; parms(classvar=full)&lt;SPAN&gt;=a_mvn;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;class biol;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;modeleffects intercept biol decile;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 11:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-dependent/m-p/692492#M33408</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2020-10-19T11:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous dependent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-dependent/m-p/692573#M33411</link>
      <description>&lt;P&gt;Dear Rob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for response and solution. It did work!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 14:08:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-dependent/m-p/692573#M33411</guid>
      <dc:creator>mmovahed</dc:creator>
      <dc:date>2020-10-19T14:08:15Z</dc:date>
    </item>
  </channel>
</rss>

