<?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 Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/229873#M12114</link>
    <description>&lt;P&gt;This may be trivial or just a typo, but the output dataset from PROC MI is called t2, and the input to&amp;nbsp;REG is&amp;nbsp;called t8. &amp;nbsp;Check the contents of the input file to REG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2015 12:36:25 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2015-10-14T12:36:25Z</dc:date>
    <item>
      <title>Proc Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/82879#M4009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Hello SAS communities: I am trying to carry out a multiple imputation procedure using &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;PROC MI; PROC MIANALYZE as well as the experimental FCS option in SAS 9.3.&amp;nbsp; The missings are random NOT monotonic. &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;I have a dataset (survey data) with approximate N=4,800 observations. &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;The &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;dept variable DTHPEN is support for capital punishment (0=No; 1=Yes), I am trying &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;to predict support for death penalty. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Independent &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;vars are GENDER (CLASS Variable coded 0=Male; 1=Female); church attendance &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(ordinal variable 0-7); and number of children (numerical, actual number of&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;children). &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;Weight variable is &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;VAR5416; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;I &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;plan to add more variables into the equation but am trying to use PROC MI and &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;MIANALYZE. I want to work with a smaller number of variables before moving on. &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;I have pasted the code I am using below. Everything seems to work fine for the &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;PROC MI and PROC logistic runs (Step 1 and Step 2) but the PROC MIANALYZE procedure gives me the following &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;warning in the SAS LOG:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;"ERROR: Variable GENDER is not in the PARMS= data &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;set.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;I assume I am having some problem with gender as a &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;CLASS variable? Any assistance is greatly appreciated.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000; font-family: times new roman,times; font-size: 12pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000; font-family: times new roman,times; font-size: 12pt;"&gt;Gabriel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;/*STEP 1: Enter &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;data for imputation*/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; procmi data=WORK.CAPWHT nimpute=25out=helpmi25fcs;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;class &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;DTHPEN GENDER;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;SPAN style="color: #000000;"&gt;FCS &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;logistic(DTHPEN = ATTNDC CHLDRN) logistic (GENDER);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;SPAN style="color: #000000;"&gt;var &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;ATTNDC CHLDRN GENDER DTHPEN; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;run;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;/*STEP 2: Code &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;for the logistic regression*/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;SPAN style="color: #000000;"&gt;proclogistic data &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;= helpmi25fcs descending;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;class &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;DTHPEN GENDER;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;SPAN style="color: #000000;"&gt;model &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;DTHPEN= ATTNDC CHLDRN GENDER / covb expb;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;SPAN style="color: #000000;"&gt;by &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;_Imputation_;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;SPAN style="color: #000000;"&gt;weight &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;VAR5416;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;SPAN style="color: #000000;"&gt;odsoutput ParameterEstimates=helpmipefcs &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;covb=helpmicovbfcs;RUN; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;/*step 3 &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;MIANALYZE procedure*/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;title"proc &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;Logistic imputations for relig variables";&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;title2"Whites only 25 Iterations";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;procmianalyze parms=helpmipefcs &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;covb(effectvar=stacking)=helpmicovbfcs;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;class &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;GENDER;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;modeleffects &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;intercept ATTNDC CHLDRN GENDER;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;run;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 01:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/82879#M4009</guid>
      <dc:creator>SASuser11466</dc:creator>
      <dc:date>2012-11-28T01:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/82880#M4010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know if this will solve the problem or not but I think you may need to rewrite your proc mianalyze statement.&amp;nbsp; It looks like you need a classvar= option added to the parms= part of the statement.&amp;nbsp; Check dataset helpmipefcs to see how the variable is coded.&amp;nbsp; If it is explicit, then the default FULL is what you need, if it is &lt;EM&gt;Level1, Level2, etc.&lt;/EM&gt;, you will need classvar=level.&amp;nbsp; See the documentation for Input Data Sets under the MIANALYZE Procedure for a better description than I am giving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 10:56:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/82880#M4010</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-11-28T10:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/82881#M4011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much Steve! I typically code dummy variables numerically using the highest as the omitted (e.g. 0="African American"; 1="Hispanic"; 2="Non-Hispanic White" as reference). I will add the statement your provided above as soon as I get back to the office. Thanks Again! Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 18:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/82881#M4011</guid>
      <dc:creator>SASuser11466</dc:creator>
      <dc:date>2012-11-28T18:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/229860#M12108</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;SPAN&gt;SAS communities: I have a similar&amp;nbsp;questions.&amp;nbsp;&lt;/SPAN&gt;Everything seems to work fine for the PROC MI and PROC logistic runs (Step 1 and Step 2) but the PROC MIANALYZE procedure gives me the following warning in the SAS LOG:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;"ERROR: Variable sex is not in the PARMS= data set."&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any assistance is greatly appreciated.T&lt;/SPAN&gt;&lt;SPAN&gt;hanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/*STEP 1: Enter &lt;SPAN&gt;data for imputation*/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;mi&lt;/STRONG&gt; data= yes_1&amp;nbsp;&amp;nbsp; nimpute=&lt;STRONG&gt;20&lt;/STRONG&gt; out=t2 seed=&lt;STRONG&gt;776712&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;class a3-a6;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fcs&amp;nbsp; discrim ( a3&amp;nbsp; =&amp;nbsp; a1 age_g a4/ classeffects=include ) ;&lt;/P&gt;&lt;P&gt;fcs&amp;nbsp; discrim ( a4&amp;nbsp; =&amp;nbsp; a1 age_g / classeffects=include ) ;&lt;/P&gt;&lt;P&gt;fcs&amp;nbsp; discrim ( a5&amp;nbsp; =&amp;nbsp; a1 age_g a4/ classeffects=include ) ;&lt;/P&gt;&lt;P&gt;fcs&amp;nbsp; discrim ( a6&amp;nbsp; =&amp;nbsp; a1 age_g a4/ classeffects=include ) ;&lt;/P&gt;&lt;P&gt;var a1 age_g a3-a6 ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/*STEP 2: Code &lt;/SPAN&gt;&lt;SPAN&gt;for the&amp;nbsp;REG*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc reg data=t8 outest=great covout ;&lt;BR /&gt;model hmsa_g= sex age_g edu marr li re a7_g a8 ha_g sa_g ma_g d2_21 fa_g qa_g/ covb;&lt;BR /&gt;by _Imputation_;&lt;BR /&gt;ods output ParameterEstimates=gmparms parminfo=gmpinfo CovB=gmcovb;&lt;BR /&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/*step 3 &lt;SPAN&gt;MIANALYZE procedure*/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc mianalyze parms(classvar=full)=gmparms covb(effectvar=ROWCOL)=gmcovb ;&lt;BR /&gt;class sex d2_21 age_g edu marr li re a7_g a8 ha_g sa_g ma_g fa_g qa_g;&lt;BR /&gt;modeleffects intercept sex d2_21 age_g edu marr li re a7_g a8 ha_g sa_g ma_g fa_g qa_g;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Oct 2015 09:51:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/229860#M12108</guid>
      <dc:creator>angellee</dc:creator>
      <dc:date>2015-10-14T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/229873#M12114</link>
      <description>&lt;P&gt;This may be trivial or just a typo, but the output dataset from PROC MI is called t2, and the input to&amp;nbsp;REG is&amp;nbsp;called t8. &amp;nbsp;Check the contents of the input file to REG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/229873#M12114</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-10-14T12:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/229991#M12124</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank&amp;nbsp;you&amp;nbsp;very&amp;nbsp;much Steve!:&lt;/SPAN&gt;t8 is t2 &amp;nbsp;export and mean some&amp;nbsp;&lt;SPAN&gt;variables{ex：&amp;nbsp;hmsa_g=(a1+a2+a3+a6)/4}.Other &lt;SPAN&gt;questions how can i do for setting limit in&amp;nbsp;STEP 1(ex. if&amp;nbsp;a4=0&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;then a5=0;if a4&amp;gt;=1 then a5&amp;gt;=1; A4 is&amp;nbsp;comorbidity and&amp;nbsp;&lt;SPAN&gt;a5 is number of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;comorbiditys.&amp;nbsp;&lt;/SPAN&gt;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 01:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/229991#M12124</guid>
      <dc:creator>angellee</dc:creator>
      <dc:date>2015-10-15T01:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/230262#M12136</link>
      <description>&lt;P&gt;To guarantee the restrictions you are placing on the variables, you will have to post-process the the output dataset from PROC MI. &amp;nbsp;Using a DATA step, you should be able to do this. &amp;nbsp;You may need to restrict the input data so that these boundary conditions are not part of the imputation process, as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 12:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/230262#M12136</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-10-16T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic with PROC MI and PROC MIANALYZE: Class Variable Problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/547324#M27347</link>
      <description>&lt;A href="http://support.sas.com/kb/32/799.html" target="_blank"&gt;http://support.sas.com/kb/32/799.html&lt;/A&gt;</description>
      <pubDate>Fri, 29 Mar 2019 19:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-with-PROC-MI-and-PROC-MIANALYZE-Class-Variable/m-p/547324#M27347</guid>
      <dc:creator>Kauloo</dc:creator>
      <dc:date>2019-03-29T19:28:48Z</dc:date>
    </item>
  </channel>
</rss>

