<?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 Dendrogram error. can anyone help? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/275939#M4099</link>
    <description>&lt;P&gt;I'm trying to plot a dendrogram in SAS miner by&amp;nbsp;SAS Code node using output of Cluster node and here's my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%em_register(key=Example, type=Data);&lt;BR /&gt;data &amp;amp;em_user_Example;&lt;BR /&gt;set &amp;amp;em_import_data;&lt;BR /&gt;run;&lt;BR /&gt;%em_report(key=Example, viewtype=DENDROGRAM, autodisplay=Y,&lt;BR /&gt;block=Dendrogram, name=_Name_, parent=_Parent_, height=_Varexp_);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it runs but it shows an error&amp;nbsp;in the dendrogram window: "data is not assigned correctly".&lt;/P&gt;&lt;P&gt;can anyone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2016 18:13:58 GMT</pubDate>
    <dc:creator>saleh</dc:creator>
    <dc:date>2016-06-08T18:13:58Z</dc:date>
    <item>
      <title>Dendrogram error. can anyone help?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/275939#M4099</link>
      <description>&lt;P&gt;I'm trying to plot a dendrogram in SAS miner by&amp;nbsp;SAS Code node using output of Cluster node and here's my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%em_register(key=Example, type=Data);&lt;BR /&gt;data &amp;amp;em_user_Example;&lt;BR /&gt;set &amp;amp;em_import_data;&lt;BR /&gt;run;&lt;BR /&gt;%em_report(key=Example, viewtype=DENDROGRAM, autodisplay=Y,&lt;BR /&gt;block=Dendrogram, name=_Name_, parent=_Parent_, height=_Varexp_);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it runs but it shows an error&amp;nbsp;in the dendrogram window: "data is not assigned correctly".&lt;/P&gt;&lt;P&gt;can anyone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 18:13:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/275939#M4099</guid>
      <dc:creator>saleh</dc:creator>
      <dc:date>2016-06-08T18:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram error. can anyone help?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/276079#M4103</link>
      <description>&lt;P&gt;I think you need to use a different data set - this code was using the training data, which doesn't have the needed variables.. &amp;nbsp;And different variables as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This worked for me after a Cluster node (though I'm not sure if I'm using the correct variable for Height):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%em_register(key=Example, type=Data);&lt;BR /&gt;data &amp;amp;em_user_Example;&lt;BR /&gt;set &amp;amp;&lt;STRONG&gt;em_lib..clus_tree_plot;&lt;/STRONG&gt;&lt;BR /&gt;run;&lt;BR /&gt;%em_report(key=Example, viewtype=DENDROGRAM, autodisplay=Y,&lt;BR /&gt;block=Dendrogram, name=&lt;STRONG&gt;Node&lt;/STRONG&gt;, parent=&lt;STRONG&gt;Parent&lt;/STRONG&gt;, height=&lt;STRONG&gt;LinkWidth&lt;/STRONG&gt;);&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 19:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/276079#M4103</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-06-08T19:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram error. can anyone help?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/276164#M4105</link>
      <description>&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3542i3E05D68028C90621/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Ca1.PNG" title="Ca1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;this is the exported data from Cluster node.&lt;/P&gt;&lt;P&gt;how do I create tree data to export it to the SAS Code node?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 06:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/276164#M4105</guid>
      <dc:creator>saleh</dc:creator>
      <dc:date>2016-06-09T06:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram error. can anyone help?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/276265#M4106</link>
      <description>&lt;P&gt;The Cluster node creates that data set. &amp;nbsp;If you look in the Explorer window in Enterprise Miner, click on the Show Project Data checkbox, and go into the Emws&lt;EM&gt;Z&lt;/EM&gt;&amp;nbsp;library&amp;nbsp;that corresponds to your diagram. &amp;nbsp;All the Clus_ data sets are the ones created by the Cluster node (if you have multiple Cluster nodes, then the prefix will be something like Clus2_), including the Clus_tree_plot data set that I think is the one you want to use for the dendrogram.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 14:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Dendrogram-error-can-anyone-help/m-p/276265#M4106</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-06-09T14:11:24Z</dc:date>
    </item>
  </channel>
</rss>

