<?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 FCS regression dummy coding in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-FCS-regression-dummy-coding/m-p/667474#M31853</link>
    <description>&lt;P&gt;No, it is not necessary to use dummy variables.&amp;nbsp; The CLASS statement will do that automatically (using effects coding) for the FCS&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2020 15:29:43 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2020-07-07T15:29:43Z</dc:date>
    <item>
      <title>Proc MI FCS regression dummy coding</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-FCS-regression-dummy-coding/m-p/667456#M31850</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I'm trying to employ multiple imputation using PROC MI for missing categorical and continuous data. Do I need to dummy code my categorical predictors before using them in FCS regression?&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;If, for example, I want to impute continuous variable 'weight' using categorical variable 'income' (low, medium high). When undertaking regular lineair regression it's not possible to use categorical predictors, but PROC MI does have a class statement, so that's why I am confused.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc mi data=lib.test nimpute=5 seed=54321 out=mi
class income;
var bloodpressure income age weight height;
fcs discrim (income = bloodpressure income age weight height  / classeffects=include) nbiter =20 ;
fcs reg (weight = bloodpressure income age height) nbiter =20 ;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Jul 2020 14:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-FCS-regression-dummy-coding/m-p/667456#M31850</guid>
      <dc:creator>ccoman</dc:creator>
      <dc:date>2020-07-07T14:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MI FCS regression dummy coding</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-FCS-regression-dummy-coding/m-p/667474#M31853</link>
      <description>&lt;P&gt;No, it is not necessary to use dummy variables.&amp;nbsp; The CLASS statement will do that automatically (using effects coding) for the FCS&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 15:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-FCS-regression-dummy-coding/m-p/667474#M31853</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2020-07-07T15:29:43Z</dc:date>
    </item>
  </channel>
</rss>

