botto
Sent: Thursday, December 12, 2013 5:15 PM
To: capricy gao; r-help@r-project.org
Subject: Re: [R] method default for hclust function
Absolute distance is the default distance in hclust.
v<-c(1,2,3,4,5,6)
dist(v)
2 1
3 2 1
4 3 2 1
5 4 3 2 1
6 5 4 3 2 1
Eliza
> Date:
On Thu, Dec 12, 2013 at 3:09 PM, capricy gao wrote:
> I could not figure out what was the default when I ran hclust() without
> specifying the method.
According to help("hclust"), the default method is complete linkage.
HTH,
Peter
__
R-help@r-projec
Absolute distance is the default distance in hclust. v<-c(1,2,3,4,5,6)
dist(v)
2 1
3 2 1
4 3 2 1
5 4 3 2 1
6 5 4 3 2 1
Eliza
> Date: Thu, 12 Dec 2013 15:09:19 -0800
> From: capri...@yahoo.com
> To: r-help@r-project.org
> Subject: [R] method default for hclust function
>
> I c
3 matches
Mail list logo