<?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: CART method in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441918#M23253</link>
    <description>&lt;P&gt;There's a lot of output there, can you specify the output that shows you have an issue, page and table/graph perhaps?&lt;/P&gt;
&lt;P&gt;Specifically related to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;my tree looks like it is reading the program as if it is&amp;nbsp; a continuous independent variable (but it's actually 0|1).&amp;nbsp; For example, there are input values of 0.10 and 0.01.&amp;nbsp; i do not understand that, and the SAS example i read on line for classification trees show different outputs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Fri, 02 Mar 2018 20:51:58 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-03-02T20:51:58Z</dc:date>
    <item>
      <title>CART method in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441693#M23252</link>
      <description>&lt;P&gt;Dear Group,&lt;/P&gt;&lt;P&gt;i am attempting a classification tree for a medical outcome. both the outcome variable and independent variables are binary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my tree looks like it is reading the program as if it is&amp;nbsp; a continuous independent variable (but it's actually 0|1).&amp;nbsp; For example, there are input values of 0.10 and 0.01.&amp;nbsp; i do not understand that, and the SAS example i read on line for classification trees show different outputs.&lt;/P&gt;&lt;P&gt;Does any one have some&amp;nbsp; idea of what could be going on here?&amp;nbsp; Also, was expecting a chi sq or p value. (?)&lt;/P&gt;&lt;P&gt;MY code:&lt;/P&gt;&lt;P&gt;data pam.inhib;&lt;BR /&gt;proc hpsplit data=pam.copyinhib;&lt;BR /&gt;class inhibition;&lt;BR /&gt;model inhibition =&lt;BR /&gt;acephate chlorpyrifos ddvp diazinon dimethoate methomyl mevinphos carbaryl carbofuran oxydemeton_methyl handler;&lt;BR /&gt;grow chaid;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've attached the tree&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANK YOU!&lt;/P&gt;&lt;P&gt;best, pam&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 18:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441693#M23252</guid>
      <dc:creator>pamelisa</dc:creator>
      <dc:date>2018-03-02T18:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: CART method in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441918#M23253</link>
      <description>&lt;P&gt;There's a lot of output there, can you specify the output that shows you have an issue, page and table/graph perhaps?&lt;/P&gt;
&lt;P&gt;Specifically related to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;my tree looks like it is reading the program as if it is&amp;nbsp; a continuous independent variable (but it's actually 0|1).&amp;nbsp; For example, there are input values of 0.10 and 0.01.&amp;nbsp; i do not understand that, and the SAS example i read on line for classification trees show different outputs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 02 Mar 2018 20:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441918#M23253</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-02T20:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: CART method in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441919#M23254</link>
      <description>&lt;P&gt;All of the predictor variables are considered as continuous unless you also specify them in the CLASS statement. See the descriptions of the CLASS and MODEL statements in the PROC HPSPLIT documentation.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 20:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441919#M23254</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-03-02T20:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: CART method in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441923#M23255</link>
      <description>&lt;P&gt;got it, great!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;pam&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 21:29:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441923#M23255</guid>
      <dc:creator>pamelisa</dc:creator>
      <dc:date>2018-03-02T21:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: CART method in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441926#M23256</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for reaching back. The problem is fixed (it was the class statement).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am new to this.&amp;nbsp; i see that SAS is splitting the tree only once now that i've fixed that statement.&amp;nbsp;&amp;nbsp; my new question: is there a way to ask SAS to make more than one split?&lt;/P&gt;&lt;P&gt;best, pam&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 21:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CART-method-in-SAS/m-p/441926#M23256</guid>
      <dc:creator>pamelisa</dc:creator>
      <dc:date>2018-03-02T21:34:06Z</dc:date>
    </item>
  </channel>
</rss>

