<?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: adjusted spearman correlation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/adjusted-spearman-correlation/m-p/864824#M42768</link>
    <description>&lt;P&gt;Almost correct. You need to add the SPEARMAN option to the PROC CORR statement. (The RANK option sorts the output, but does not compute the Spearman correlation.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is assuming that you are trying to find the correlation between the residuals of&lt;/P&gt;
&lt;P&gt;IL_2_C and&amp;nbsp;CRP&lt;BR /&gt;after regressing each variable onto the AGE and BMI variables.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2023 13:00:57 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2023-03-17T13:00:57Z</dc:date>
    <item>
      <title>adjusted spearman correlation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjusted-spearman-correlation/m-p/864716#M42756</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to adjust spearman correlation to age and BMI. Is the code I used correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc corr data=Qe rank;&lt;/P&gt;&lt;P&gt;partial age bmi;&lt;BR /&gt;var IL_2_C;&lt;BR /&gt;WITH CRP;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 23:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjusted-spearman-correlation/m-p/864716#M42756</guid>
      <dc:creator>Manije72</dc:creator>
      <dc:date>2023-03-16T23:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: adjusted spearman correlation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjusted-spearman-correlation/m-p/864802#M42767</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*Want this ?*/
proc corr data=sashelp.heart  spearman;
partial Diastolic Systolic ;
var weight;
WITH height;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Mar 2023 11:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjusted-spearman-correlation/m-p/864802#M42767</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-03-17T11:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: adjusted spearman correlation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjusted-spearman-correlation/m-p/864824#M42768</link>
      <description>&lt;P&gt;Almost correct. You need to add the SPEARMAN option to the PROC CORR statement. (The RANK option sorts the output, but does not compute the Spearman correlation.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is assuming that you are trying to find the correlation between the residuals of&lt;/P&gt;
&lt;P&gt;IL_2_C and&amp;nbsp;CRP&lt;BR /&gt;after regressing each variable onto the AGE and BMI variables.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 13:00:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjusted-spearman-correlation/m-p/864824#M42768</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-03-17T13:00:57Z</dc:date>
    </item>
  </channel>
</rss>

