Displaying 1 result from an estimated 1 matches for "methodo2".
Did you mean:
method2
2001 Jun 12
1
cophenetic matrix
...uot;maximum", "manhattan", "canberra" ,"binary")
dis1 <- dist(fichier , method = methodo[[methode]])
}
methode2 <- ask(message ="The agglomeration method to be used = ward:1 single:2 complete:3 average:4 mcquitty:5 median:6 centroid:7")
methodo2 <- c("ward", "single", "complete", "average","mcquitty", "median","centroid")
hc <- hclust(dis1 , method = methodo2[[methode2]])
merge <- hc$merge
height <- hc$height
nodal <- cbind(merge,height) ### layout...