<?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: SAS University_Problems with the proc tree procedure_cluster analysis_no dendrogram visible in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273805#M58474</link>
    <description>&lt;P&gt;Did you enable ODS graphics before VARCLUS? Add:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-codeBlock"&gt;ods graphics on;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before your &lt;STRONG&gt;proc varclus&lt;/STRONG&gt; statement.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 29 May 2016 14:51:52 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2016-05-29T14:51:52Z</dc:date>
    <item>
      <title>SAS University_Problems with the proc tree procedure_cluster analysis_no dendrogram visible</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273803#M58473</link>
      <description>&lt;P&gt;&amp;nbsp;Good morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a &lt;STRONG&gt;problem&lt;/STRONG&gt; in applying the &lt;STRONG&gt;"proc tree"&lt;/STRONG&gt; procedure in &lt;STRONG&gt;SAS University&lt;/STRONG&gt;. I &lt;STRONG&gt;can't visualize any dendrogram&lt;/STRONG&gt; after running the procedure. The &lt;STRONG&gt;only&lt;/STRONG&gt; thing &lt;STRONG&gt;I can see are crosses&lt;/STRONG&gt; all over the output page. May anyone help me ? I write you down the command I insert, the syntax should be correct ( here it refers to the &lt;EM&gt;single linkage method&lt;/EM&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*********************************************************************************************/&lt;BR /&gt;/* Single linkage */&lt;BR /&gt;/*********************************************************************************************/&lt;/P&gt;&lt;P&gt;proc cluster simple noeigen data=base.prin method=single outtree=dendro pseudo rmsstd rsq ;&lt;BR /&gt;var prin1-prin3;&lt;BR /&gt;copy Id dom_2_1--dom_2_11;&lt;BR /&gt;ID Id;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/****************************************************************************************************************/&lt;BR /&gt;/* Create the dendrogram */&lt;BR /&gt;/****************************************************************************************************************/&lt;/P&gt;&lt;P&gt;proc varclus;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I have to insert&amp;nbsp;other commands to display the dendrogram in SAS University?&lt;/P&gt;&lt;P&gt;Thank you so much for helping me!&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 13:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273803#M58473</guid>
      <dc:creator>Kangurika</dc:creator>
      <dc:date>2016-05-29T13:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University_Problems with the proc tree procedure_cluster analysis_no dendrogram visible</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273805#M58474</link>
      <description>&lt;P&gt;Did you enable ODS graphics before VARCLUS? Add:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-codeBlock"&gt;ods graphics on;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before your &lt;STRONG&gt;proc varclus&lt;/STRONG&gt; statement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 14:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273805#M58474</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-05-29T14:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University_Problems with the proc tree procedure_cluster analysis_no dendrogram visible</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273831#M58480</link>
      <description>&lt;P&gt;Thank you for your answer! However I still can't visualize the dendrogram even if I add the SAS command &lt;STRONG&gt;ods graphics on;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually the&amp;nbsp;commands my teacher gave me during the lesson did not include the command &lt;STRONG&gt;proc varclus&lt;/STRONG&gt; but &lt;STRONG&gt;proc tree&lt;/STRONG&gt;&amp;nbsp; ( I changed it trying to solve the problem alone by following the instructions on your&amp;nbsp;website).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I leave you my "original" teacher's&amp;nbsp;procedure for the &lt;EM&gt;single linkage method&lt;/EM&gt; (with the &lt;STRONG&gt;ODS graphics on;&lt;/STRONG&gt; added by me) . Then&amp;nbsp;I've pasted&amp;nbsp;a screenshoot of the&amp;nbsp;output obtained by adding the&amp;nbsp;&lt;STRONG&gt;ODS command&lt;/STRONG&gt; before the proc tree statement. The same problem occurs with other cluster methods (complete linkage, average method, Ward).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*********************************************************************************************/
/*	 Hierarchical Cluster Analysis on first three PC									     */
/*********************************************************************************************/

/*********************************************************************************************/
/*					Single linkage					 										 */
/*********************************************************************************************/

proc cluster simple noeigen data=base.prin method=single  outtree=dendro pseudo rmsstd rsq ;
var prin1-prin5;
copy d8_1--d8_19;
ID   interview_number;
run;


/****************************************************************************************************************/
/*  										Create the dendrogram											    */
/****************************************************************************************************************/

ods graphics on;
proc tree;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This is the output I see after running the procedure above. Thank you again!&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3380iD1E05D37650577C9/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Schermata 2016-05-29 alle 23.42.29.png" title="Schermata 2016-05-29 alle 23.42.29.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3381i0C79B204A587E4C8/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Schermata 2016-05-30 alle 00.08.51.png" title="Schermata 2016-05-30 alle 00.08.51.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 22:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273831#M58480</guid>
      <dc:creator>Kangurika</dc:creator>
      <dc:date>2016-05-29T22:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University_Problems with the proc tree procedure_cluster analysis_no dendrogram visible</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273920#M58485</link>
      <description>&lt;P&gt;You're getting the "Line printer" version of PROC TREE output. &amp;nbsp;The VARCLUS procedure will provide a nicer output, I think, but you can see &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_tree_sect002.htm" target="_self"&gt;the varieties in this documentation topic.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 14:11:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/273920#M58485</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-05-30T14:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS University_Problems with the proc tree procedure_cluster analysis_no dendrogram visible</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/296388#M60186</link>
      <description>&lt;P&gt;I have the same problem.&amp;nbsp; PROC TREE does not produce graphics output in University Edition. I tried the GRAPHICS option as well but got "High resolution graphics is not available since SAS/GRAPH is either not licensed for your system or the license has expired.".&amp;nbsp; I read elsewhere that SAS/GRAPH is not available with University Edition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC CLUSTER produces a nice graphic chart using TREE, but TREE won't display the outtree produced by CLUSTER.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create my own agglomeration and use PROC TREE's graphic display. Is that supposed to be possible in University Edition?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;University Edition Release 3.5&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 16:23:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-University-Problems-with-the-proc-tree-procedure-cluster/m-p/296388#M60186</guid>
      <dc:creator>DuaneTiemann</dc:creator>
      <dc:date>2016-09-04T16:23:53Z</dc:date>
    </item>
  </channel>
</rss>

