<?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 Repeated measures correlation analysis in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-correlation-analysis/m-p/643401#M30824</link>
    <description>&lt;P&gt;I am trying to conduct a correlation analysis on repeated measures and I'll appreciate some help. I know a regular proc corr will not answer this question because measures are not independent and also a few patients have missing data. Here's an example code showing the dataset I have:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input PID time X Y;
datalines;
001 1 4 4.3
001 2 2.5 3.9
001 3 6 .
002 1 0.3 2
002 2 7 2.1
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 19:15:33 GMT</pubDate>
    <dc:creator>doctortimi</dc:creator>
    <dc:date>2020-04-27T19:15:33Z</dc:date>
    <item>
      <title>Repeated measures correlation analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-correlation-analysis/m-p/643401#M30824</link>
      <description>&lt;P&gt;I am trying to conduct a correlation analysis on repeated measures and I'll appreciate some help. I know a regular proc corr will not answer this question because measures are not independent and also a few patients have missing data. Here's an example code showing the dataset I have:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input PID time X Y;
datalines;
001 1 4 4.3
001 2 2.5 3.9
001 3 6 .
002 1 0.3 2
002 2 7 2.1
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 19:15:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-correlation-analysis/m-p/643401#M30824</guid>
      <dc:creator>doctortimi</dc:creator>
      <dc:date>2020-04-27T19:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures correlation analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-correlation-analysis/m-p/643432#M30827</link>
      <description>&lt;P&gt;There are many correlations... on average? For each patient? Take a look at the paper&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2424-2018.pdf" target="_self"&gt;"Estimation of correlation coefficient in data with repeated measures"&lt;/A&gt;, which describes several measures and how to compute them in SAS.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 23:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-correlation-analysis/m-p/643432#M30827</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-04-27T23:04:21Z</dc:date>
    </item>
  </channel>
</rss>

