<?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: ERROR with PROC MIANALYZE after running PROC GENMOD in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-with-PROC-MIANALYZE-after-running-PROC-GENMOD/m-p/756757#M36849</link>
    <description>&lt;P&gt;I fear you may have to hand-edit the gmcovb3 dataset, but first, consider using the canonical logit link rather than the log link. If things still don't work well, then printing out that covb dataset to look for zero or near zero terms may be what you have to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aaaannnddd, have you checked for quasi-separation (on diagnosis, which looks like Parm6) in any of your imputed datasets?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 18:57:47 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2021-07-26T18:57:47Z</dc:date>
    <item>
      <title>ERROR with PROC MIANALYZE after running PROC GENMOD</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-with-PROC-MIANALYZE-after-running-PROC-GENMOD/m-p/756742#M36846</link>
      <description>&lt;P&gt;I am running PROC MIANALYZE with multiple categorical variables and 1 continuous variable with a type 3 analysis.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc genmod data=impfinal;&lt;BR /&gt;class recipient_id txt_group2(ref='Conventional hemodialysis') race_cl(ref='Caucasian') cad(ref="No") chf(ref="No") cvd(ref="No") pvd(ref="No") malignancy(ref="No") copd(ref="No") hypertension(ref="No")&lt;BR /&gt;facility(ref='ON') diagnosis(ref='Glomerular Nephritis') sex(ref='M') bmi_cl(ref='Normal 18.5 - &amp;lt; 25 kg/m2') agegrp(ref='Age 18- &amp;lt; 45') ;&lt;BR /&gt;model mon_tues= txt_group2 race_cl copd hypertension sex diagnosis cad chf cvd pvd malignancy facility agegrp hb_cl albumin_result / d=bin link=log type3 lrci covb;&lt;BR /&gt;repeated subject=recipient_id / corrw type=cs PRINTMLE ;&lt;/P&gt;&lt;P&gt;by _Imputation_;&lt;BR /&gt;ods output ParameterEstimates=gmparms3&lt;BR /&gt;ParmInfo=gmpinfo3&lt;BR /&gt;CovB=gmcovb3;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;When I try to run PROC MIANALYZE I keep getting the following error:&lt;/P&gt;&lt;P&gt;ERROR: The parameter Prm6 in the PARMINFO= data set is not in the COVB= data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried adding the&amp;nbsp;parms(classvar=level)=gmparms3 as suggested in older threads from 2013.But it didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mianalyze parms(classvar=level)=gmparms3&amp;nbsp; covb=gmcovb3 parminfo=gmpinfo3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***SAS must have made a solution to this in almost 10 years as imputation more and more common.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 18:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-with-PROC-MIANALYZE-after-running-PROC-GENMOD/m-p/756742#M36846</guid>
      <dc:creator>kjmathes03</dc:creator>
      <dc:date>2021-07-26T18:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR with PROC MIANALYZE after running PROC GENMOD</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-with-PROC-MIANALYZE-after-running-PROC-GENMOD/m-p/756757#M36849</link>
      <description>&lt;P&gt;I fear you may have to hand-edit the gmcovb3 dataset, but first, consider using the canonical logit link rather than the log link. If things still don't work well, then printing out that covb dataset to look for zero or near zero terms may be what you have to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aaaannnddd, have you checked for quasi-separation (on diagnosis, which looks like Parm6) in any of your imputed datasets?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 18:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-with-PROC-MIANALYZE-after-running-PROC-GENMOD/m-p/756757#M36849</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-07-26T18:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR with PROC MIANALYZE after running PROC GENMOD</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-with-PROC-MIANALYZE-after-running-PROC-GENMOD/m-p/757643#M36871</link>
      <description>&lt;P&gt;Technically you do not need to have the COVB= or PARMINFO= data sets in MIANALYZE unless you have a TEST statement or use the MULT option (neither of which you can use with a CLASS statement).&amp;nbsp; So I would remove them and see if it runs.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc mianalyze parms(classvar=level)=gmparms3 ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 11:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-with-PROC-MIANALYZE-after-running-PROC-GENMOD/m-p/757643#M36871</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2021-07-28T11:09:50Z</dc:date>
    </item>
  </channel>
</rss>

