Displaying 1 result from an estimated 1 matches for "amalgamation_schedul".
Did you mean:
amalgamation_schedule
2012 Jan 23
2
How to build a "Amalgamation Schedule"? help!
...In an attachment, I give an example for small sample sizes. Figure this is a
tree of clusters, and a text file and Excel file is "Amalgamation Schedule"
(Jointing matrix)
http://r.789695.n4.nabble.com/file/n4319741/Tree_Diagram_for_61_Cases.jpg
http://r.789695.n4.nabble.com/file/n4319741/Amalgamation_Schedule_(test).txt
Amalgamation_Schedule_(test).txt
http://r.789695.n4.nabble.com/file/n4319741/Amalgamation_Schedule.xls
Amalgamation_Schedule.xls
My code:
x <- read.table('test.csv', sep=',', header=TRUE)
x <- x[-1]
d <- dist(x, method = "ward?, diag = FALSE, upper = F...