<?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 and categorical predictors in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571482#M28116</link>
    <description>&lt;P&gt;See attached for the log output from the "by _imputation_" run.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know your thoughts! Thanks so much.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 19:15:13 GMT</pubDate>
    <dc:creator>halladje</dc:creator>
    <dc:date>2019-07-05T19:15:13Z</dc:date>
    <item>
      <title>Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571473#M28112</link>
      <description>&lt;P&gt;Hello!&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 using a 3-level logistic regression using GLIMMIX. However, only my class variable effect estimates are saving.&amp;nbsp;&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=lpa method=rspl noclprint;&lt;BR /&gt;class idschl jclass mhserv (Ref=first) class_mem (ref=first) female(ref=first) black (ref=first)&lt;BR /&gt;esa (ref=first) other (Ref=first);&lt;BR /&gt;model mhserv=class_mem female age esa black other assets/CL dist=binary link=logit solution ddfm=bw;&lt;BR /&gt;by _imputation_;&lt;BR /&gt;random intercept/ type=un subject=idschl;&lt;BR /&gt;random intercept/Type=un subject=jclass (idschl);&lt;BR /&gt;ods output solutionf=imputeout;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**THESE RUN PROPERLY**&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC DATASETS NOLIST NODETAILS;&lt;BR /&gt;CONTENTS DATA=imputeout ;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;**THS DATASET ONLY CONTAINS EFFECT ESTIMATES THAT APPEARED IN THE CLASS LINE**&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc mianalyze parms=a_mvn;&lt;BR /&gt;class idschl jclass mhserv class_mem female black&lt;BR /&gt;esa other;&lt;BR /&gt;modeleffects intercept class_mem female age esa black other assets;&lt;BR /&gt;STDERR class_mem;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**THIS DOESN'T WORK BECAUSE EFFECT ESTIMATES FOR assets and age ARE NOT SAVED**&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 18:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571473#M28112</guid>
      <dc:creator>halladje</dc:creator>
      <dc:date>2019-07-05T18:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571476#M28113</link>
      <description>&lt;P&gt;It would be helpful to see the LOG messages you get from the two procedures as well as a snippet of the output from GLIMMIX that shows the parameters.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 18:40:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571476#M28113</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2019-07-05T18:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571478#M28114</link>
      <description>&lt;P&gt;Hi Rob,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the variables saved in imputeout. As you can see, no continuous variable parameters are saved so therefore there is nothing to pool on the subsequent command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;TABLE cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;Alpha&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST6.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;DF&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST5.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Effect&lt;/TD&gt;&lt;TD&gt;Char&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;Estimate&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;D8.4&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14&lt;/TD&gt;&lt;TD&gt;Lower&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;D8.4&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;Probt&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;PVALUE6.4&lt;/TD&gt;&lt;TD&gt;Pr &amp;gt; |t|&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;StdErr&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;D8.4&lt;/TD&gt;&lt;TD&gt;Standard Error&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;TD&gt;Upper&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;D8.4&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;_imputation_&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;black&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;class_mem&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;esa&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;female&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;other&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;TD&gt;tValue&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;7.2&lt;/TD&gt;&lt;TD&gt;t Value&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Jul 2019 18:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571478#M28114</guid>
      <dc:creator>halladje</dc:creator>
      <dc:date>2019-07-05T18:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571480#M28115</link>
      <description>&lt;P&gt;It seems you are right, but figuring out why without the GLIMMIX output and LOG containing all the code would be practically impossible.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 18:55:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571480#M28115</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2019-07-05T18:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571482#M28116</link>
      <description>&lt;P&gt;See attached for the log output from the "by _imputation_" run.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know your thoughts! Thanks so much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 19:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571482#M28116</guid>
      <dc:creator>halladje</dc:creator>
      <dc:date>2019-07-05T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571484#M28117</link>
      <description>I see a WARNING message that the table SolutionF was not created.  Proc GLIMMIX does not have a table with that name the way MIXED does.  Instead you should be using the ParameterEstimates table.  Try changing that and see if the problem goes away.  If not, then please post the entire LOG that includes the MIANALYZE part as well.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jul 2019 19:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571484#M28117</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2019-07-05T19:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571493#M28118</link>
      <description>&lt;P&gt;I have been having the same issues with ParameterEstimates as well. See attached. I did my imputation in BLIMP - an external 3-level multi-level imputation software - so the actual MI was not done in SAS. However, I renamed the imputation variable the same as the SAS default and it is producing accurate estimates in the stratified analyses.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again, I really appreciate your time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 20:08:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/571493#M28118</guid>
      <dc:creator>halladje</dc:creator>
      <dc:date>2019-07-05T20:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/572017#M28143</link>
      <description>&lt;P&gt;I realized I had some errors in the last code. See attached for an updated. Same issue but I figured out what is going on (just not how to fix it). The results of my imputation are saving for each variable but where each variable and each imputation is listed as an observation. The headings/variable labels are related to the classes (to indicate the coding for that effect estimate), followed by the estimate, standard error, degrees of freedom, etc. So the continuous effects are being saved but as an observation and not as a heading.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="blimp output.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30853i85FBB1B2B9B0AA53/image-size/large?v=v2&amp;amp;px=999" role="button" title="blimp output.png" alt="blimp output.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 12:14:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/572017#M28143</guid>
      <dc:creator>halladje</dc:creator>
      <dc:date>2019-07-09T12:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/572041#M28146</link>
      <description>&lt;P&gt;When you use a PARMS= data set for input, you should not use the STDERR statement.&amp;nbsp; All you need is the MODEFFECTS statement.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 13:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/572041#M28146</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2019-07-09T13:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Imputation in GLIMMIX with continuous and categorical predictors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/572109#M28150</link>
      <description>&lt;P&gt;Great! That worked thank you so much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jillian&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 15:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-Imputation-in-GLIMMIX-with-continuous-and-categorical/m-p/572109#M28150</guid>
      <dc:creator>halladje</dc:creator>
      <dc:date>2019-07-09T15:15:22Z</dc:date>
    </item>
  </channel>
</rss>

