<?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: Proc mi analyze problems with pooling in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/915306#M45424</link>
    <description>Thank you Rob. I'll try that and get back to you.&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Feb 2024 16:20:01 GMT</pubDate>
    <dc:creator>Margret_chidex</dc:creator>
    <dc:date>2024-02-09T16:20:01Z</dc:date>
    <item>
      <title>Proc mi analyze problems with pooling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/914373#M45387</link>
      <description>&lt;DIV&gt;&lt;PRE&gt;&lt;CODE class=""&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Hello everyone.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;can anyone please&amp;nbsp; help . I am trying to do a multiple imputation of my missing variables. everything went well until the pooling phase. i have some errors popping up at the pooling phase. the first code I tried is uses the dataset that I generated as output in the analysis phase. But my categorical variables&amp;nbsp; are not in that data&amp;nbsp; set, so&amp;nbsp; stops analysis after reporting that postmeno and the other variables are not there.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I tried another method. i tried combining the dataset mi-brenda and a_brenda together into dataset&amp;nbsp; _all, hoping that would solve my problem. but then I get this error too:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;ERROR: Domain error.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Termination due to Floating Point Exception&lt;/DIV&gt;&lt;DIV class=""&gt;Please can anyone of you help me figure out how to bypass this problem? Thanks.&lt;/DIV&gt;&lt;DIV class=""&gt;My codes are displayed below.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;&lt;CODE class=""&gt;/* The Imputation Phase */
&amp;nbsp;
&amp;nbsp;
proc mi data= brenda.brenda3 nimpute=10 out=brenda.mi_brenda seed=54321;
&amp;nbsp; &amp;nbsp;class postmeno k06t1 n01t1 n02t1 r05t1 risk;
&amp;nbsp; &amp;nbsp;fcs nbiter=10 discrim(postmeno k06t1 n01t1 n02t1 r05t1 risk/details classeffects=include ) reg(eorqlt3 eoralt3
eordft3
eoreft3
eorfst3
eorft3
eorkat3
eorkft3
eornvt3
eorobt3
eorpft3
eorpt3
eorrft3
eorsft3
eorslt3 eorqlt2/details);
&amp;nbsp; &amp;nbsp;var eorqlt3
eoralt3
eordft3
eoreft3
eorfst3
eorft3
eorkat3
eorkft3
eornvt3
eorobt3
eorpft3
eorpt3
eorrft3
eorsft3
eorslt3 eorqlt2 postmeno k06t1 n01t1 n02t1 r05t1 risk;
run;
&amp;nbsp;

/*II-The Analysis Phase&amp;nbsp; &amp;nbsp;*/
TITLE " MULTIPLE IMPUTATION REGRESSION ";
proc genmod data = brenda.mi_brenda ;
class postmeno k06t1 n01t1 n02t1 r05t1 risk;
model&amp;nbsp; eorqlt3= eoralt3
eordft3
eoreft3
eorfst3
eorft3
eorkat3
eorkft3
eornvt3
eorobt3
eorpft3
eorpt3
eorrft3
eorsft3
eorslt3 eorqlt2 postmeno k06t1 n01t1 n02t1 r05t1 risk / link=log dist=normal;
by _imputation_;
ods output ParameterEstimates = brenda.a_brenda;
run;
quit;
&amp;nbsp;
Data brenda.all;
set brenda.mi_brenda brenda.a_brenda;
run;
&amp;nbsp;
PROC CONTENTS data=brenda.all;
run;
&amp;nbsp;
/*III-Pooling phase&amp;nbsp; */
&amp;nbsp;
&amp;nbsp;
proc mianalyze parms(Classvar=Full)= brenda.a_brenda;
class postmeno k06t1 n01t1 n02t1 r05t1 risk;
modeleffects intercept eoralt3
eordft3
eoreft3
eorfst3
eorft3
eorkat3
eorkft3
eornvt3
eorobt3
eorpft3
eorpt3
eorrft3
eorsft3
eorslt3 eorqlt2 postmeno k06t1 n01t1 n02t1 r05t1 risk ;
run;
&amp;nbsp;
&amp;nbsp;
proc mianalyze parms(classvar=full)= brenda.alL;
class postmeno k06t1 n01t1 n02t1 r05t1 risk;
modeleffects intercept eoralt3
eordft3
eoreft3
eorfst3
eorft3
eorkat3
eorkft3
eornvt3
eorobt3
eorpft3
eorpt3
eorrft3
eorsft3
eorslt3 eorqlt2 postmeno k06t1 n01t1 n02t1 r05t1 risk ;
run;
&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 03 Feb 2024 05:41:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/914373#M45387</guid>
      <dc:creator>Margret_chidex</dc:creator>
      <dc:date>2024-02-03T05:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mi analyze problems with pooling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/914492#M45401</link>
      <description>&lt;P&gt;I think the problem is that you have the wrong sub-option for the CLASSVAR=&amp;nbsp; set.&amp;nbsp; It should be set to LEVEL and not FULL.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=""&gt;proc mianalyze parms(Classvar=level)= brenda.a_brenda;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Feb 2024 14:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/914492#M45401</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2024-02-05T14:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mi analyze problems with pooling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/915306#M45424</link>
      <description>Thank you Rob. I'll try that and get back to you.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2024 16:20:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/915306#M45424</guid>
      <dc:creator>Margret_chidex</dc:creator>
      <dc:date>2024-02-09T16:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mi analyze problems with pooling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/915308#M45425</link>
      <description>&lt;P&gt;Thank you&amp;nbsp; Rob. It worked. Im so excited. thank you&amp;nbsp; so&amp;nbsp; very much&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/155173"&gt;@SAS_Rob&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 16:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mi-analyze-problems-with-pooling/m-p/915308#M45425</guid>
      <dc:creator>Margret_chidex</dc:creator>
      <dc:date>2024-02-09T16:25:19Z</dc:date>
    </item>
  </channel>
</rss>

