<?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: which statistical tool is appropriate for my regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81157#M3878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show us your SASLOG for what you tried. You might also want to show us a portion of your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 12:58:38 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2013-01-25T12:58:38Z</dc:date>
    <item>
      <title>which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81148#M3869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: arial; font-size: small;"&gt;Hello,&lt;/P&gt;&lt;P style="color: #000000; font-family: arial; font-size: small;"&gt;I have a question and I will be grateful if you can help me,&lt;/P&gt;&lt;P style="color: #000000; font-family: arial; font-size: small;"&gt;I am running a regression which I have one dependent variable (varies from 1 to 6) and several independent variable, which some of them are dummy variables(like gender) and some of them are metric variables like age, and I have some other variables like education which I ranked them .I am using SAS for my research.would you please help me which statistical tool is appropriate for my regression?&lt;/P&gt;&lt;P style="color: #000000; font-family: arial; font-size: small;"&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 20:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81148#M3869</guid>
      <dc:creator>H_G</dc:creator>
      <dc:date>2013-01-21T20:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81149#M3870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are probably several techniques that might work here, depending on what assumptions you want to make about errors and objective function, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to try ordinal logistic regression, since your dependent variables are really 6 different categories. See PROC LOGISTIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might also go with PROC PLS, as your independent variables are most likely correlated with one another. There's also a Logistic version of PLS in the literature, although I think you'd have to code that yourself, as far as I know it doesn't exist in SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 20:31:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81149#M3870</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-01-21T20:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81150#M3871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your answer,&lt;/P&gt;&lt;P&gt;my dependent ranked from 1 to 6 ( I mean it is not 6 different categories). my dependent variable is actually the likelihood of one action, it means that when is 6 is more likely to happen than when is 1.do you think still I can use PROC LOGISTIC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 20:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81150#M3871</guid>
      <dc:creator>H_G</dc:creator>
      <dc:date>2013-01-21T20:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81151#M3872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based upon my understanding of your description, and my understanding of ordinal logistic regression, I would the answer is YES! PROC LOGISTIC still applies here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 20:49:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81151#M3872</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-01-21T20:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81152#M3873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look over the example here, but yours is more complex. This is assuming you've done the appropriate univariate modeling and summary already. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_logistic_sect061.htm" title="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_logistic_sect061.htm"&gt;SAS/STAT(R) 9.22 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 20:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81152#M3873</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-01-21T20:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81153#M3874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is a very good introductory example, for a simple ordinal logistic regression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 21:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81153#M3874</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-01-21T21:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81154#M3875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much,&lt;/P&gt;&lt;P&gt;I will check the link and will come back again if I have question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 21:06:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81154#M3875</guid>
      <dc:creator>H_G</dc:creator>
      <dc:date>2013-01-21T21:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81155#M3876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I used &lt;SPAN class="GRspelling"&gt;proc&lt;/SPAN&gt; logistic for my regression, but it is just consider 3 levels of my dependent variable,(as I mentioned before it has 6 level).&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GRcorrect"&gt;would&lt;/SPAN&gt; you please help me?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 10:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81155#M3876</guid>
      <dc:creator>H_G</dc:creator>
      <dc:date>2013-01-24T10:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81156#M3877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Hello,&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;I used proc logistic for my regression, but it is just consider 3 levels of my dependent variable,(as I mentioned before it has 6 level).&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;would you please help me?&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Thanks a lot.&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0px -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/151415" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-family: inherit; color: #0e66ba; background-color: #f3f3f3;"&gt;Re: which statistical tool is appropriate for my regression&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 23:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81156#M3877</guid>
      <dc:creator>H_G</dc:creator>
      <dc:date>2013-01-24T23:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: which statistical tool is appropriate for my regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81157#M3878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show us your SASLOG for what you tried. You might also want to show us a portion of your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 12:58:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/which-statistical-tool-is-appropriate-for-my-regression/m-p/81157#M3878</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-01-25T12:58:38Z</dc:date>
    </item>
  </channel>
</rss>

