<?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: normality assessment after multiple imputation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/532987#M26852</link>
    <description>&lt;P&gt;If you are running a procedure that supports the normality tests, you can just run the normality test for each of the imputed data sets. This will happen automatically if you are using the BY statement to analyze the imputed data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I don't think that PROC MIXED supports an option to run a normality test. Therefore you need to output the residuals manually, You have to specify either the OUTP= option tor&amp;nbsp;the OUTPM= option and include the RESIDUAL option. &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_mixed_syntax10.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#statug.mixed.modelstmt_residual" target="_self"&gt;Here is a link to the doc.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can then run PROC UNIVARIATE (using a BY statement) on the residuals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Feb 2019 16:12:49 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2019-02-05T16:12:49Z</dc:date>
    <item>
      <title>normality assessment after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/532930#M26851</link>
      <description>&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing mutiple imputation for a repeated measurement randomised trial.I plan to ues proc mixed to do that. My question is if I want to assess the model fit, particularly&amp;nbsp; Shapiro-Wlk test for residual normality.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How is the process? Should I run the proc mixed and test the normality test for the combined imputation data sets?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 14:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/532930#M26851</guid>
      <dc:creator>superbibi</dc:creator>
      <dc:date>2019-02-05T14:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: normality assessment after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/532987#M26852</link>
      <description>&lt;P&gt;If you are running a procedure that supports the normality tests, you can just run the normality test for each of the imputed data sets. This will happen automatically if you are using the BY statement to analyze the imputed data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I don't think that PROC MIXED supports an option to run a normality test. Therefore you need to output the residuals manually, You have to specify either the OUTP= option tor&amp;nbsp;the OUTPM= option and include the RESIDUAL option. &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_mixed_syntax10.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#statug.mixed.modelstmt_residual" target="_self"&gt;Here is a link to the doc.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can then run PROC UNIVARIATE (using a BY statement) on the residuals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 16:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/532987#M26852</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-02-05T16:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: normality assessment after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533048#M26856</link>
      <description>&lt;P&gt;Thank you for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then what if the normality test outcome is not consistent among the imputed datasets (suppose the cutpoint is 0.01 from Shapiro-Wilk test)? Should I transform the imputed data set before running proc mixed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, should I used the original dataset (the one before imputation) to test for normality and decide whether the data should be transformed (log or rank..)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 19:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533048#M26856</guid>
      <dc:creator>superbibi</dc:creator>
      <dc:date>2019-02-05T19:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: normality assessment after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533064#M26858</link>
      <description>&lt;P&gt;What are you trying to do? Are you concerned about the normality of residuals because you are concerned about the assumption of the linear regression model? If so, read &lt;A href="https://blogs.sas.com/content/iml/2018/08/27/on-the-assumptions-and-misconceptions-of-linear-regression.html" target="_self"&gt;this article about the assumptions and misconceptions of linear regression.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;gt;&amp;nbsp;what if the normality test outcome is not consistent among the imputed datasets?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you should do the analysis and use the PLOTS= option to&amp;nbsp;create diagnostic plots. If you have a concern about the results,&amp;nbsp;write back and post the results that concern you. Only by seeing the diagnostic plots can we know where to focus attention. If there is a problem, it might be that the model is misspecified, that the data are heteroscedastic, or many other issues.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 20:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533064#M26858</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-02-05T20:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: normality assessment after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533219#M26861</link>
      <description>&lt;P&gt;What method are you using for imputation?&amp;nbsp; If you are using the MCMC method then it assumes your data comes from a multivariate normal distribution which means you would want to make sure of the normality of the data prior to running MI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you get convergence in the MCMC then the data that is generated also ought to be multivariate normal so, if you assume MVN at the beginning, then you can check MVN at the end by looking at the plots MI gives for assessing convergence.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:44:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533219#M26861</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2019-02-06T13:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: normality assessment after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533632#M26871</link>
      <description>Thank you for the response. May I ask if I want to check the normality of residuals with Shapiro-Wilk test, do I need to check if before imputation or after imputation. If after imputation, how can I do it?</description>
      <pubDate>Thu, 07 Feb 2019 15:47:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533632#M26871</guid>
      <dc:creator>superbibi</dc:creator>
      <dc:date>2019-02-07T15:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: normality assessment after multiple imputation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533642#M26873</link>
      <description>&lt;P&gt;There are no combined tests for normality for data that has already been multiply imputed mentioned in any of the literature as far as I know, so you would need to check it before if you were going to check it.&amp;nbsp; I suppose that if you are comfortable with the MCMC (again assuming that is what you are using) having converged, it would be sufficient to check the normality of the residuals from a single imputation, but again that is more of an intuition than something backed by existing theory.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:11:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/normality-assessment-after-multiple-imputation/m-p/533642#M26873</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2019-02-07T16:11:47Z</dc:date>
    </item>
  </channel>
</rss>

