<?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: Please my graph for Proc Cluster is not showing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486639#M126656</link>
    <description>&lt;P&gt;The WARNING message tells you the solution. Modify the ODS GRAPHICS statement to read:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ods graphics on /&amp;nbsp;DISCRETEMAX=1400;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;then run the procedure again.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2018 12:44:32 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-08-14T12:44:32Z</dc:date>
    <item>
      <title>Please my graph for Proc Cluster is not showing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486628#M126650</link>
      <description>&lt;P&gt;Please assist, this is the code I used for my analysis however I cant see the display of the cluster graph&lt;/P&gt;&lt;P&gt;FILENAME REFFILE '/folders/myfolders/lesson3/Electronic.xlsx';&lt;BR /&gt;&lt;BR /&gt;PROC IMPORT DATAFILE=REFFILE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;DBMS=XLSX&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;OUT=WORK.Electronic;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;ods graphics on&lt;BR /&gt;Proc Cluster Data=Electronic Print=7 Simple Method=Centroid rmsstd rsquare outtree=Electronic_Dataset plots(maxpoints=5000);&lt;BR /&gt;&amp;nbsp;Id Order_ID;&lt;BR /&gt;&amp;nbsp;Var Sales Profit;&lt;BR /&gt;&amp;nbsp;Run;&lt;BR /&gt;&amp;nbsp;ods graphics off ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The warning its giving me is as follows&lt;/P&gt;&lt;DIV class="sasWarning"&gt;WARNING: Ties for minimum distance between clusters have been detected at 1272 level(s) in the cluster history.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: DENDROGRAM statement will not be drawn because the DISCRETEMAX threshold has been reached. You can set DISCRETEMAX=1,400&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;on the ODS GRAPHICS statement to draw the plot.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: DENDROGRAM statement will not be drawn because the DISCRETEMAX threshold has been reached. You can set DISCRETEMAX=1,400&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;on the ODS GRAPHICS statement to draw the plot.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: DENDROGRAM statement will not be drawn because the DISCRETEMAX threshold has been reached. You can set DISCRETEMAX=1,400&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;on the ODS GRAPHICS statement to draw the plot.&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 12:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486628#M126650</guid>
      <dc:creator>tojojosh</dc:creator>
      <dc:date>2018-08-14T12:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Please my graph for Proc Cluster is not showing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486639#M126656</link>
      <description>&lt;P&gt;The WARNING message tells you the solution. Modify the ODS GRAPHICS statement to read:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ods graphics on /&amp;nbsp;DISCRETEMAX=1400;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;then run the procedure again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 12:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486639#M126656</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-08-14T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Please my graph for Proc Cluster is not showing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486640#M126657</link>
      <description>Thanks Rick, I was omitting the '/' sign earlier.&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 14 Aug 2018 12:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486640#M126657</guid>
      <dc:creator>tojojosh</dc:creator>
      <dc:date>2018-08-14T12:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Please my graph for Proc Cluster is not showing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486645#M126660</link>
      <description>Thanks Rick, I can see the graph now but I am still getting the ff warning: Ties for minimum distance between clusters have been detected at 1272 level(s) in the cluster history.&lt;BR /&gt;&lt;BR /&gt;Pls is this an issue ?</description>
      <pubDate>Tue, 14 Aug 2018 12:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486645#M126660</guid>
      <dc:creator>tojojosh</dc:creator>
      <dc:date>2018-08-14T12:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Please my graph for Proc Cluster is not showing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486649#M126664</link>
      <description>&lt;P&gt;That is a data issue. It means that some observations are the same distance from two or more cluster centers.&amp;nbsp;This situation can occur when you have discrete values in your data. (For example, if salaries and profits are rounded to the nearest $1000.) It indicates that an observation is equally likely to belong to more than one cluster.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is nothing you can do about this warning unless you&amp;nbsp;change your data to&amp;nbsp;use more precision (for example, measure salaries and profits to the nearest cent.)&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486649#M126664</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-08-14T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Please my graph for Proc Cluster is not showing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486651#M126666</link>
      <description>&lt;P&gt;Thanks a bunch&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-my-graph-for-Proc-Cluster-is-not-showing/m-p/486651#M126666</guid>
      <dc:creator>tojojosh</dc:creator>
      <dc:date>2018-08-14T13:03:48Z</dc:date>
    </item>
  </channel>
</rss>

