<?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 PROC CORR for nominal values in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84985#M4149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to perform correlation analysis with 4 variables that are measured in nominal scale. I would like to know which method (Pearson, Spearman, Kendall, ...) is best for that purpose? Any comments would be appreciative!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks;&lt;/P&gt;&lt;P&gt;Issac &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2012 13:17:43 GMT</pubDate>
    <dc:creator>issac</dc:creator>
    <dc:date>2012-08-06T13:17:43Z</dc:date>
    <item>
      <title>PROC CORR for nominal values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84985#M4149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to perform correlation analysis with 4 variables that are measured in nominal scale. I would like to know which method (Pearson, Spearman, Kendall, ...) is best for that purpose? Any comments would be appreciative!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks;&lt;/P&gt;&lt;P&gt;Issac &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 13:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84985#M4149</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-08-06T13:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORR for nominal values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84986#M4150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since none of our statisticians have responded as yet, I'll provide a non-statistician's comments which, hopefully, will get them to correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only have nominal variables, unless they are all 0,1 dichotomies, I would think that you want to look at proc freq (i.e., chi-square) rather than proc corr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Art&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 14:26:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84986#M4150</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-06T14:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORR for nominal values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84987#M4151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Art. For truly nominal values (Red, Green, Blue,...), PROC FREQ and chi-square is a good answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the variables are ordinal, there are more options. In PROC FREQ you can use tetrachoric or &lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/viewer.htm#procstat_freq_a0000000562.htm"&gt;polychoric correlations&lt;/A&gt; (use PLCORR options on TABLES stmt) to study the correlation between discrete categories that can be ordered.&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 15:29:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84987#M4151</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-08-06T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORR for nominal values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84988#M4152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arthur and Rick;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are purely nominal, I think. For example, whether the patient is Veteran or not, where is the POW location, Patient Eligibility, Means Test, etc. So I should for PROC FREQ rather than CORR, correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 16:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84988#M4152</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-08-06T16:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORR for nominal values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84989#M4153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, based on what you've said. You can use PROC FREQ to test for association between groups or uniformity across groups.&amp;nbsp; for example, to see if POW_LOCATION is uniformly distributed in your data, you can say&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tables POW_LOCATION / chisq;&lt;/P&gt;&lt;P&gt;To see if there is an association between gender and veteran status, use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tables SEX*Veteran / chisq;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FREQ documentation has &lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/viewer.htm#procstat_freq_sect024.htm"&gt;several examples that you can look at&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 17:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORR-for-nominal-values/m-p/84989#M4153</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-08-06T17:32:27Z</dc:date>
    </item>
  </channel>
</rss>

