<?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: Question about input vars in a proc logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/453891#M23714</link>
    <description>&lt;P&gt;1) Both could be accepted.&lt;/P&gt;
&lt;P&gt;2)No Need to transform.&lt;/P&gt;
&lt;P&gt;3)SAS/EM&amp;nbsp; 's&amp;nbsp; &amp;nbsp;Linear Regression Node can get lift chart.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Apr 2018 13:08:22 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2018-04-13T13:08:22Z</dc:date>
    <item>
      <title>Question about input vars in a proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/453857#M23711</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some question about input vars in a proc logistics procedures:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) I have a var that have int values from 10 to 30 (10,11,12...30).&amp;nbsp; &amp;nbsp;I don't if use it as 'quantitative' or 'classification'. I use 'quantitaive' for vars like sales (from 0 to 1000 and with decimals). Is there any criteria??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) I have a qualitatitve var that have values 'A', 'D', 'T'. I can use as input var as 'classification'. But I have noticed that the target value changes a lot with the changes of values like this:&amp;nbsp; &amp;nbsp;A ( var target ascend), D (var target descend), T (var targer strongly ascend), I am thinking in use this mapping&amp;nbsp; D -&amp;gt;1, A -&amp;gt; 2, T -&amp;gt; 3 and then I have a linear correlation between the target var and the input var. Can I use then this transformed var as a 'quantitaive' var. Does it make sense?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) last question: can I get the cumulative lift chart or similar as output in proc logistics. I can see the 'ROC curve' but not lift chart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any advice will be greatly appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 09:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/453857#M23711</guid>
      <dc:creator>juanvg1972</dc:creator>
      <dc:date>2018-04-13T09:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about input vars in a proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/453880#M23712</link>
      <description>&lt;P&gt;1) If many consecutive integers as the levels, treat it as continuous&lt;/P&gt;
&lt;P&gt;2) You need to include an interaction between the classification variable and other continuous variables&lt;/P&gt;
&lt;P&gt;3) I don't know&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 10:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/453880#M23712</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-13T10:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Question about input vars in a proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/453891#M23714</link>
      <description>&lt;P&gt;1) Both could be accepted.&lt;/P&gt;
&lt;P&gt;2)No Need to transform.&lt;/P&gt;
&lt;P&gt;3)SAS/EM&amp;nbsp; 's&amp;nbsp; &amp;nbsp;Linear Regression Node can get lift chart.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:08:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/453891#M23714</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-04-13T13:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question about input vars in a proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/454051#M23716</link>
      <description>&lt;P&gt;1. A numeric variable with many distinct levels is usually treated as continuous, not as a CLASS variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. It's not clear what you are saying. Is the variable with values A,D,T your target (response) variable that you are modeling? If so, then you need to fit a multinomial logistic model. If you can consider the levels as ordered (such as descend, ascend, strongly ascend), then you just need to make sure that they appear in that order (or the reverse if you want to model the probability of ascending rather than descending) in the Response Profile table. Otherwise, the results are meaningless.&lt;/P&gt;
&lt;P&gt;3. These can be created using &lt;A href="http://support.sas.com/kb/41683" target="_self"&gt;this macro&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 20:23:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-input-vars-in-a-proc-logistic/m-p/454051#M23716</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-04-13T20:23:13Z</dc:date>
    </item>
  </channel>
</rss>

