<?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: Issue with obtaining relative estimates after multiple imputation -  multinomial regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Issue-with-obtaining-relative-estimates-after-multiple/m-p/891187#M44157</link>
    <description>&lt;P&gt;When you say "relative estimates," I assume that you mean relative risk estimates. If so, then you can do this with the NLMeans and RunBY macros. See &lt;A href="https://support.sas.com/kb/57/798.html" target="_self"&gt;this note&lt;/A&gt; that shows how you can add LSMEANS and STORE statements in PROC LOGISTIC followed by the NLMeans macro to obtain relative risk estimates from a multinomial model. To do this for each of your multiple imputations, you will use the &lt;A href="http://support.sas.com/kb/66249.html" target="_self"&gt;RunBY macro&lt;/A&gt; to run the NLMeans macro repeatedly over the imputations. You can then combine the relative risk estimates using PROC MIANALYZE. This is discussed and illustrated in the &lt;A href="http://support.sas.com/kb/62362" target="_self"&gt;NLMeans macro documentation&lt;/A&gt;. See "Analysis of imputed data" in Example 2 in the Results tab of the macro documentation.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 21:05:50 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2023-08-25T21:05:50Z</dc:date>
    <item>
      <title>Issue with obtaining relative estimates after multiple imputation -  multinomial regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issue-with-obtaining-relative-estimates-after-multiple/m-p/891165#M44156</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used the below code for multiple imputation. After doing imputation, I'm running multinomial logistic regression then running proc analyse. And getting only pooled/combined estimates. But I need relative estimates.&lt;/P&gt;&lt;P&gt;Thank you.&lt;BR /&gt;.&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;proc mi data=data.newdata seed=876 nimpute=5 out=outfcs;&lt;/P&gt;&lt;P&gt;class group sex hispan;&lt;/P&gt;&lt;P&gt;fcs nbiter=40 logistic (group/details);&lt;/P&gt;&lt;P&gt;var group sysbp01 diabp01 a1c_01 chol_01 bmi_01 sex hispan;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data = outfcs;&lt;/P&gt;&lt;P&gt;class group (ref = "3") sex (ref = "0") hispan (ref= "1") / param = ref;&lt;/P&gt;&lt;P&gt;model group = sysbp01 diabp01 a1c_01 chol_01 bmi_01 age01 sex hispan / link = glogit covb;&lt;/P&gt;&lt;P&gt;by _Imputation_;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=lgsparms CovB=lgscovb;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mianalyze parms (classvar=classval)=lgsparms;&lt;/P&gt;&lt;P&gt;class sex hispan;&lt;/P&gt;&lt;P&gt;modeleffects intercept sysbp01 diabp01 a1c_01 chol_01 bmi_01 age01 sex hispan ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 19:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issue-with-obtaining-relative-estimates-after-multiple/m-p/891165#M44156</guid>
      <dc:creator>SG1993</dc:creator>
      <dc:date>2023-08-25T19:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with obtaining relative estimates after multiple imputation -  multinomial regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issue-with-obtaining-relative-estimates-after-multiple/m-p/891187#M44157</link>
      <description>&lt;P&gt;When you say "relative estimates," I assume that you mean relative risk estimates. If so, then you can do this with the NLMeans and RunBY macros. See &lt;A href="https://support.sas.com/kb/57/798.html" target="_self"&gt;this note&lt;/A&gt; that shows how you can add LSMEANS and STORE statements in PROC LOGISTIC followed by the NLMeans macro to obtain relative risk estimates from a multinomial model. To do this for each of your multiple imputations, you will use the &lt;A href="http://support.sas.com/kb/66249.html" target="_self"&gt;RunBY macro&lt;/A&gt; to run the NLMeans macro repeatedly over the imputations. You can then combine the relative risk estimates using PROC MIANALYZE. This is discussed and illustrated in the &lt;A href="http://support.sas.com/kb/62362" target="_self"&gt;NLMeans macro documentation&lt;/A&gt;. See "Analysis of imputed data" in Example 2 in the Results tab of the macro documentation.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 21:05:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issue-with-obtaining-relative-estimates-after-multiple/m-p/891187#M44157</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-08-25T21:05:50Z</dc:date>
    </item>
  </channel>
</rss>

