<?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: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514442#M26263</link>
    <description>&lt;P&gt;The entire log has been provided. It didn't show any error or warning messasge.&lt;/P&gt;&lt;P&gt;Is there any special settings needed for this procedure, or perhaps anything wrong with my SAS installation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕快照 2018-11-19 22.07.19.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25035i4D4DEC5BFA4C3058/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕快照 2018-11-19 22.07.19.png" alt="屏幕快照 2018-11-19 22.07.19.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 14:11:11 GMT</pubDate>
    <dc:creator>fanwayne</dc:creator>
    <dc:date>2018-11-19T14:11:11Z</dc:date>
    <item>
      <title>The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514425#M26256</link>
      <description>&lt;P&gt;I was doing my homework for the statistical assignments from a university course. There is an exercise for us to construct a regression tree for the given data. However, it failed in my SAS when I was trying to use the HPSPLIT procedure. I had no idea what was happening. I was also trying to use the sample code for testing the procedure, which is available on the official website (&lt;A href="http://support.sas.com/documentation/cdl/en/stathpug/68163/HTML/default/viewer.htm#stathpug_hpsplit_examples03.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/stathpug/68163/HTML/default/viewer.htm#stathpug_hpsplit_examples03.htm&lt;/A&gt;) but it only output the following results and didn't provide anything more, e.g., the regression tree of my interest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;

proc hpsplit data=sashelp.baseball seed=123;
   class league division;
   model logSalary = nAtBat nHits nHome nRuns nRBI nBB
                     yrMajor crAtBat crHits crHome crRuns crRbi
                     crBB league division nOuts nAssts nError;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕快照 2018-11-19 21.27.59.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25034i1D4AEBE2E197851C/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕快照 2018-11-19 21.27.59.png" alt="屏幕快照 2018-11-19 21.27.59.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could this happen?&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514425#M26256</guid>
      <dc:creator>fanwayne</dc:creator>
      <dc:date>2018-11-19T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514430#M26257</link>
      <description>&lt;P&gt;Are there error messages or warning messages in the SASLOG? If so, show us the SASLOG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, did you turn on ODS GRAPHICS? (Might be on by default...)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:50:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514430#M26257</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-11-19T13:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514433#M26260</link>
      <description>Three is no error message or warning message in the SASLOG. So it looks very strange to me. I confirm that I've turned on ODS GRAPHICS. Other procedure can produce nice plots, such as REG, GLM and so on.&lt;BR /&gt;&lt;BR /&gt;The SASLOG was shown as follows:&lt;BR /&gt;NOTE: The HPSPLIT procedure is executing in single-machine mode.&lt;BR /&gt;NOTE: There were 322 observations read from the data set SASHELP.BASEBALL.&lt;BR /&gt;NOTE: PROCEDURE HPSPLIT used (Total process time):&lt;BR /&gt;real time 0.07 seconds&lt;BR /&gt;cpu time 0.09 seconds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:54:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514433#M26260</guid>
      <dc:creator>fanwayne</dc:creator>
      <dc:date>2018-11-19T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514437#M26262</link>
      <description>&lt;P&gt;When I execute your code, I get a full decision tree graphic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show us the entire SASLOG.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 14:03:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514437#M26262</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-11-19T14:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514442#M26263</link>
      <description>&lt;P&gt;The entire log has been provided. It didn't show any error or warning messasge.&lt;/P&gt;&lt;P&gt;Is there any special settings needed for this procedure, or perhaps anything wrong with my SAS installation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕快照 2018-11-19 22.07.19.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25035i4D4DEC5BFA4C3058/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕快照 2018-11-19 22.07.19.png" alt="屏幕快照 2018-11-19 22.07.19.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 14:11:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514442#M26263</guid>
      <dc:creator>fanwayne</dc:creator>
      <dc:date>2018-11-19T14:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514447#M26264</link>
      <description>&lt;P&gt;When I run your code exactly as it is, without any changes, I get a different set of NOTES at the end of the procedure, and I get the desired decision tree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;NOTE: The ASSIGNMISSING= option has not been specified.  Because of this, all observations with missing values in the explanatory variables will be
      excluded from tree construction.
NOTE: The HPSPLIT procedure is executing in single-machine mode.
NOTE: Cross-validating using 10 folds.
NOTE: There were 322 observations read from the data set SASHELP.BASEBALL.
NOTE: PROCEDURE HPSPLIT used (Total process time):
      real time           7.34 seconds
      cpu time            4.93 seconds
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why? I don't know.&amp;nbsp;I think you might want to contact SAS Technical Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the exact version NUMBER of your SAS installation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the future, when you need to present a SASLOG here in the SAS communities, copy the SASLOG text and paste the text into the {i} window.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 14:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514447#M26264</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-11-19T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514450#M26265</link>
      <description>&lt;P&gt;OK, thanks for your reminder. The SAS version is 9.4 (TS1M2)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 14:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/514450#M26265</guid>
      <dc:creator>fanwayne</dc:creator>
      <dc:date>2018-11-19T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/515295#M26304</link>
      <description>I have asked other members in our department about this issue. It seems that I need a updated version of SAS to run this procedure. I have decided to install an updated version of SAS. Thanks for your answers.</description>
      <pubDate>Thu, 22 Nov 2018 06:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/515295#M26304</guid>
      <dc:creator>fanwayne</dc:creator>
      <dc:date>2018-11-22T06:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: The HPSPLIT Procedure does not generate the regression tree when ods graphics is on</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/515334#M26306</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/130401"&gt;@fanwayne&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I have asked other members in our department about this issue. It seems that I need a updated version of SAS to run this procedure. I have decided to install an updated version of SAS. Thanks for your answers.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'd have to disagree with this. We have people running SAS 9.4 TS1M2 who get decision tree graphics from PROC HPSPLIT.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 12:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-HPSPLIT-Procedure-does-not-generate-the-regression-tree-when/m-p/515334#M26306</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-11-22T12:40:02Z</dc:date>
    </item>
  </channel>
</rss>

