search for: countryedam

Displaying 1 result from an estimated 1 matches for "countryedam".

2006 Oct 22
1
Question:shardsplot (package:klaR)
...d Map for the # country data. Plotting the result. data(countries) logcount <- log(countries[,2:7]) sdlogcount <- apply(logcount, 2, sd) logstand <- t((t(logcount) / sdlogcount) * c(1,2,6,5,5,3)) cclasses <- cutree(hclust(dist(logstand)), k = 6) countryEDAM <- EDAM(logstand, classes = cclasses, sa = FALSE, iter.max = 10, random = FALSE) plot(countryEDAM, vertices = FALSE, label = TRUE, stck = FALSE) Sincerely yours, Mikio [[alternative HTML version deleted]]