<?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: How do I perform correlation analysis with multiple imputed dataset? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/898010#M354938</link>
    <description>&lt;P&gt;Thanks, Koen! This is really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how I can assess the earlier example referenced in the first statement&amp;nbsp; "&lt;SPAN&gt;The example titled "Combining Correlation Coefficients" in the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://support.sas.com/kb/22930.html" target="_blank"&gt;PROC MIANALYZE documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;illustrates how to combine sample coefficients for the correlation between two variables computed from a set of imputed data sets by using Fisher's z transformation.&lt;/SPAN&gt;"&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the referenced exampled would be an additional guide considering that I am trying to compute the correlation coefficient between two variables.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 19:47:30 GMT</pubDate>
    <dc:creator>Gregorytus07</dc:creator>
    <dc:date>2023-10-10T19:47:30Z</dc:date>
    <item>
      <title>How do I perform correlation analysis with multiple imputed dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/897998#M354935</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the PROC MI statement to perform multiple imputation for a dataset with missing data. The second step is to use PROC CORR to conduct the correlation analysis and generate an output dataset to be used with PROC MIANALYZE. I was able to generate the correlation analysis by the imputation number but couldn't get a pooled result using the PROC MIANALYZE. This is the code I used below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC CORR DATA=PREP_MI_TTT COV OUTP=PREP_H1;&lt;BR /&gt;VAR STIGMA_P NORMS_T;&lt;BR /&gt;BY _IMPUTATION_;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC MIANALYZE DATA=PREP_H1 EDF=30;&lt;BR /&gt;MODELEFFECTS STIGMA_P NORMS_T;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 18:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/897998#M354935</guid>
      <dc:creator>Gregorytus07</dc:creator>
      <dc:date>2023-10-10T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform correlation analysis with multiple imputed dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/898006#M354937</link>
      <description>&lt;P&gt;Usage Note 38739: Combining multiply imputed correlation matrices using PROC MIANALYZE&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/38/739.html" target="_blank"&gt;https://support.sas.com/kb/38/739.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 19:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/898006#M354937</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-10-10T19:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform correlation analysis with multiple imputed dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/898010#M354938</link>
      <description>&lt;P&gt;Thanks, Koen! This is really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how I can assess the earlier example referenced in the first statement&amp;nbsp; "&lt;SPAN&gt;The example titled "Combining Correlation Coefficients" in the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://support.sas.com/kb/22930.html" target="_blank"&gt;PROC MIANALYZE documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;illustrates how to combine sample coefficients for the correlation between two variables computed from a set of imputed data sets by using Fisher's z transformation.&lt;/SPAN&gt;"&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the referenced exampled would be an additional guide considering that I am trying to compute the correlation coefficient between two variables.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 19:47:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/898010#M354938</guid>
      <dc:creator>Gregorytus07</dc:creator>
      <dc:date>2023-10-10T19:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform correlation analysis with multiple imputed dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/898016#M354940</link>
      <description>Thanks, Koen! I found it.&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/statcdc/14.2/statug/statug_mianalyze_examples11.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/statcdc/14.2/statug/statug_mianalyze_examples11.htm&lt;/A&gt;</description>
      <pubDate>Tue, 10 Oct 2023 20:06:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-perform-correlation-analysis-with-multiple-imputed/m-p/898016#M354940</guid>
      <dc:creator>Gregorytus07</dc:creator>
      <dc:date>2023-10-10T20:06:47Z</dc:date>
    </item>
  </channel>
</rss>

