<?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 Distance between clusters in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Distance-between-clusters/m-p/273818#M14411</link>
    <description>&lt;PRE id="yui_3_16_0_ym19_1_1464547421251_2085"&gt;&lt;CODE id="yui_3_16_0_ym19_1_1464547421251_2672" class="yiv1104218193 yiv1104218193language-sas"&gt;Data have1;
Input Sampleid reps id $ a  b;
Datalines ;
1 1 00-01 5 3
1 1 00-02 4 6
1 1 00-03 6 4
1 1 00-06 4 6
1 2 00-02 4 6 
1 2 00-03 6 4
1 2 00-04 7 5
1 2 00-05 9 2
1 3 00-01 5 3
1 3 00-02 4 6
1 3 00-05 9 2
1 3 00-10 7 4
1 4 00-03 6 4
1 4 00-05 9 2
1 4 00-09 7 3
1 4 00-10 7 4
1 5 00-03 6 4
1 5 00-04 7 5
1 5 00-07 5 8
1 5 00-09 7 3
1 6 00-02 4 6
1 6 00-03 6 4
1 6 00-05 9 2
1 6 00-10 7 4
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE id="yui_3_16_0_ym19_1_1464547421251_2085"&gt;&lt;CODE id="yui_3_16_0_ym19_1_1464547421251_2672" class="yiv1104218193 yiv1104218193language-sas"&gt;Data have2;
Input Sampleid reps id $ a  b;
Datalines ;
1 1 00-01 5 3
1 1 00-02 4 6
1 1 00-03 6 4
1 1 00-06 4 6&lt;BR /&gt;;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given two data sets HAVE1 and HAVE2 above, is it possible to compute distance between each of the REPS &amp;nbsp;in HAVE1 with HAVE2 using FASTCLAUST--or any other SAS procedure? The distance is to formed &amp;nbsp;using variables A and B. The number of distance so derived will be equal to number of REPS in HAVE1. Since, the are 6 REPS, there should be six values of distances, signfigying distance from each of REPS in HAVE1 to the data set HAVE2. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;</description>
    <pubDate>Sun, 29 May 2016 19:14:01 GMT</pubDate>
    <dc:creator>SWEETSAS</dc:creator>
    <dc:date>2016-05-29T19:14:01Z</dc:date>
    <item>
      <title>Distance between clusters</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Distance-between-clusters/m-p/273818#M14411</link>
      <description>&lt;PRE id="yui_3_16_0_ym19_1_1464547421251_2085"&gt;&lt;CODE id="yui_3_16_0_ym19_1_1464547421251_2672" class="yiv1104218193 yiv1104218193language-sas"&gt;Data have1;
Input Sampleid reps id $ a  b;
Datalines ;
1 1 00-01 5 3
1 1 00-02 4 6
1 1 00-03 6 4
1 1 00-06 4 6
1 2 00-02 4 6 
1 2 00-03 6 4
1 2 00-04 7 5
1 2 00-05 9 2
1 3 00-01 5 3
1 3 00-02 4 6
1 3 00-05 9 2
1 3 00-10 7 4
1 4 00-03 6 4
1 4 00-05 9 2
1 4 00-09 7 3
1 4 00-10 7 4
1 5 00-03 6 4
1 5 00-04 7 5
1 5 00-07 5 8
1 5 00-09 7 3
1 6 00-02 4 6
1 6 00-03 6 4
1 6 00-05 9 2
1 6 00-10 7 4
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE id="yui_3_16_0_ym19_1_1464547421251_2085"&gt;&lt;CODE id="yui_3_16_0_ym19_1_1464547421251_2672" class="yiv1104218193 yiv1104218193language-sas"&gt;Data have2;
Input Sampleid reps id $ a  b;
Datalines ;
1 1 00-01 5 3
1 1 00-02 4 6
1 1 00-03 6 4
1 1 00-06 4 6&lt;BR /&gt;;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given two data sets HAVE1 and HAVE2 above, is it possible to compute distance between each of the REPS &amp;nbsp;in HAVE1 with HAVE2 using FASTCLAUST--or any other SAS procedure? The distance is to formed &amp;nbsp;using variables A and B. The number of distance so derived will be equal to number of REPS in HAVE1. Since, the are 6 REPS, there should be six values of distances, signfigying distance from each of REPS in HAVE1 to the data set HAVE2. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 19:14:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Distance-between-clusters/m-p/273818#M14411</guid>
      <dc:creator>SWEETSAS</dc:creator>
      <dc:date>2016-05-29T19:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between clusters</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Distance-between-clusters/m-p/273841#M14421</link>
      <description>&lt;P&gt;PROC&amp;nbsp;&lt;SPAN&gt;FASTCLAUST should perform K-means algorithm , therefore you can't guarantee it will split the data into two groups as your data showed, so you can't &amp;nbsp;get the distance by &lt;SPAN&gt;FASTCLAUST ,unless these two group data are apparetly different to each other.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 01:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Distance-between-clusters/m-p/273841#M14421</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-30T01:52:53Z</dc:date>
    </item>
  </channel>
</rss>

