<?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: Logistic regression - &amp;quot;unique profiles&amp;quot; in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-regression-quot-unique-profiles-quot/m-p/264348#M13932</link>
    <description>&lt;P&gt;I don't think there is anything wrong with your syntax, I think it is your data.&amp;nbsp; Although you have two levels of urgency and&amp;nbsp;three levels of conscious, that doesn't imply that you have all six JOINT levels.&amp;nbsp; Run PROC FREQ on your data and I suspect you will discover that you only have five unique combinations of (urgency, conscious):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=mydata;
   tables urgency*conscious;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 16 Apr 2016 12:28:16 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-04-16T12:28:16Z</dc:date>
    <item>
      <title>Logistic regression - "unique profiles"</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-regression-quot-unique-profiles-quot/m-p/264346#M13931</link>
      <description>&lt;P&gt;I am doing a Logistic regression on survival status (0=alive,1= dead) &amp;nbsp;with 'proc logistic' on two categorial variables : urgency (0 = No , 1 = yes ), conscious(0=awake , 1=unconscious, 2 =coma). The data is in table form; an observation for every row (total 200 rows) &amp;nbsp; eg:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1 1 2&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;0 1 1&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I am not getting it right because from the output it says 5 unique profiles which can't be right since there should be 2 x 3 =6 &amp;nbsp;unique profiles : two choices for the variable 'urgency' and three choises for the variable 'conscious'. &amp;nbsp;When i do the logistic regression &amp;nbsp;on survival status on &amp;nbsp;only one of these &amp;nbsp;variables &amp;nbsp;then it gives 2 and 3 unique profiles, which i would expect. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone explain why I am not getting it right:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data =mydata;
model  surv = urgency  conscious /scale=none aggregate;
run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 13:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-regression-quot-unique-profiles-quot/m-p/264346#M13931</guid>
      <dc:creator>Aleksandr</dc:creator>
      <dc:date>2016-04-27T13:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Logistic regression - "unique profiles"</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-regression-quot-unique-profiles-quot/m-p/264348#M13932</link>
      <description>&lt;P&gt;I don't think there is anything wrong with your syntax, I think it is your data.&amp;nbsp; Although you have two levels of urgency and&amp;nbsp;three levels of conscious, that doesn't imply that you have all six JOINT levels.&amp;nbsp; Run PROC FREQ on your data and I suspect you will discover that you only have five unique combinations of (urgency, conscious):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=mydata;
   tables urgency*conscious;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Apr 2016 12:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-regression-quot-unique-profiles-quot/m-p/264348#M13932</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-04-16T12:28:16Z</dc:date>
    </item>
  </channel>
</rss>

