<?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 Trouble with Ordinal Regression / Correlations in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-Ordinal-Regression-Correlations/m-p/752378#M36593</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am struggling to determine the correct code and/or procedure for my dataset. My dependent variable (i.e. Equity_1L) is discrete and not normally distributed. I have multiple categorical independent variables (i.e. age, sex, education, income, relationship, cancer and healthcare - only cancer and healthcare are dichotomous, the others have multiple levels). My main analysis was to determine whether the median value of my dependent variable differed from a known value. I completed this and wanted to check for correlations, after doing some research, I determined that an ordinal regression analysis would be the best fit for my data. I attempted this code and received an error:&lt;BR /&gt;&lt;BR /&gt;proc logistic data=WORK desc;&lt;/P&gt;&lt;P&gt;model Equity_1L = Age Sex Education Income Relationship Cancer Healthcare;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;The error stated my variables need to be either numeric or specified by a class statement, so I moved all non-dichotomous to the class statement:&lt;BR /&gt;&lt;BR /&gt;proc logistic data=WORK.THESIS desc;&lt;BR /&gt;model Equity_1L = Cancer Healthcare;&lt;BR /&gt;class Age Sex Education Income Relationship;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;I still receive an error saying the same thing. Basically, I am unsure if I am suppose to re-code these variables as dummy variables or try a different analysis. I did perform a 1 on 1 Wilcoxon analysis with each independent variable with my dependent variable to check for correlations however, I wasn't sure if this was the proper way to do it, as I thought all correlations should be checked for at once (just in case there are interactions). Thank you for your help!&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 18:19:29 GMT</pubDate>
    <dc:creator>Roxxanne</dc:creator>
    <dc:date>2021-07-06T18:19:29Z</dc:date>
    <item>
      <title>Trouble with Ordinal Regression / Correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-Ordinal-Regression-Correlations/m-p/752378#M36593</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am struggling to determine the correct code and/or procedure for my dataset. My dependent variable (i.e. Equity_1L) is discrete and not normally distributed. I have multiple categorical independent variables (i.e. age, sex, education, income, relationship, cancer and healthcare - only cancer and healthcare are dichotomous, the others have multiple levels). My main analysis was to determine whether the median value of my dependent variable differed from a known value. I completed this and wanted to check for correlations, after doing some research, I determined that an ordinal regression analysis would be the best fit for my data. I attempted this code and received an error:&lt;BR /&gt;&lt;BR /&gt;proc logistic data=WORK desc;&lt;/P&gt;&lt;P&gt;model Equity_1L = Age Sex Education Income Relationship Cancer Healthcare;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;The error stated my variables need to be either numeric or specified by a class statement, so I moved all non-dichotomous to the class statement:&lt;BR /&gt;&lt;BR /&gt;proc logistic data=WORK.THESIS desc;&lt;BR /&gt;model Equity_1L = Cancer Healthcare;&lt;BR /&gt;class Age Sex Education Income Relationship;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;I still receive an error saying the same thing. Basically, I am unsure if I am suppose to re-code these variables as dummy variables or try a different analysis. I did perform a 1 on 1 Wilcoxon analysis with each independent variable with my dependent variable to check for correlations however, I wasn't sure if this was the proper way to do it, as I thought all correlations should be checked for at once (just in case there are interactions). Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 18:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-Ordinal-Regression-Correlations/m-p/752378#M36593</guid>
      <dc:creator>Roxxanne</dc:creator>
      <dc:date>2021-07-06T18:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Ordinal Regression / Correlations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-Ordinal-Regression-Correlations/m-p/752388#M36595</link>
      <description>&lt;P&gt;Put the CLASS statement &lt;STRONG&gt;before&lt;/STRONG&gt; the MODEL statement.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 19:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-Ordinal-Regression-Correlations/m-p/752388#M36595</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-07-06T19:12:10Z</dc:date>
    </item>
  </channel>
</rss>

