<?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 Proc MI ANALYZE in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Proc-MI-ANALYZE/m-p/356573#M2438</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am performing multiple imputation in three step. Proc MI to impute. Proc Reg to perform regression analysis on all imputed data sets. Proc MI ANALYZE to draw inferences. My code is as written below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc MI DATA= galtonmiss&amp;amp;var. NIMPUTE=2 out= mi_mvn&amp;amp;var. noprint;&lt;BR /&gt;var HW WW FAMINC;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;TITLE " MULTIPLE IMPUTATION REGRESSION - MVN";&lt;BR /&gt;proc glm data = mi_mvn&amp;amp;var.;&lt;BR /&gt;model FAMINC = HW WW;&lt;BR /&gt;by _imputation_;&lt;BR /&gt;ods output ParameterEstimates = a_mvn&amp;amp;var.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc mianalyze parms=a_mvn&amp;amp;var.;&lt;BR /&gt;modeleffects intercept HW WW;&lt;BR /&gt;ods output ParameterEstimates = abc&amp;amp;var.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc score data = work.importv score = abc&amp;amp;var. type = intercepts predict out = preds&amp;amp;var.;&lt;BR /&gt;var HW WW;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i run this code it says variable HW and WW not found. And I think it's because of output from MIANALYZE. I checked its parameter estimates and i complered with normal regression analysis parameter estimates. Both tables are in different format. Can anyone help me ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 06 May 2017 00:36:56 GMT</pubDate>
    <dc:creator>chintanpatel</dc:creator>
    <dc:date>2017-05-06T00:36:56Z</dc:date>
    <item>
      <title>Proc MI ANALYZE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-MI-ANALYZE/m-p/356573#M2438</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am performing multiple imputation in three step. Proc MI to impute. Proc Reg to perform regression analysis on all imputed data sets. Proc MI ANALYZE to draw inferences. My code is as written below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc MI DATA= galtonmiss&amp;amp;var. NIMPUTE=2 out= mi_mvn&amp;amp;var. noprint;&lt;BR /&gt;var HW WW FAMINC;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;TITLE " MULTIPLE IMPUTATION REGRESSION - MVN";&lt;BR /&gt;proc glm data = mi_mvn&amp;amp;var.;&lt;BR /&gt;model FAMINC = HW WW;&lt;BR /&gt;by _imputation_;&lt;BR /&gt;ods output ParameterEstimates = a_mvn&amp;amp;var.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc mianalyze parms=a_mvn&amp;amp;var.;&lt;BR /&gt;modeleffects intercept HW WW;&lt;BR /&gt;ods output ParameterEstimates = abc&amp;amp;var.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc score data = work.importv score = abc&amp;amp;var. type = intercepts predict out = preds&amp;amp;var.;&lt;BR /&gt;var HW WW;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i run this code it says variable HW and WW not found. And I think it's because of output from MIANALYZE. I checked its parameter estimates and i complered with normal regression analysis parameter estimates. Both tables are in different format. Can anyone help me ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 00:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-MI-ANALYZE/m-p/356573#M2438</guid>
      <dc:creator>chintanpatel</dc:creator>
      <dc:date>2017-05-06T00:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MI ANALYZE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-MI-ANALYZE/m-p/356595#M2444</link>
      <description>&lt;P&gt;It's not clear what your question is here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 04:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-MI-ANALYZE/m-p/356595#M2444</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-06T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MI ANALYZE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-MI-ANALYZE/m-p/356614#M2446</link>
      <description>&lt;P&gt;I have parameter estimates as output from PROC MI ANALYZE. I am using Proc Score to use this parameter estimates and validate. It is not working. In Proc score I am getting error variable HW and WW are missing.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 10:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-MI-ANALYZE/m-p/356614#M2446</guid>
      <dc:creator>chintanpatel</dc:creator>
      <dc:date>2017-05-06T10:58:03Z</dc:date>
    </item>
  </channel>
</rss>

