Displaying 1 result from an estimated 1 matches for "tf4489161".
Did you mean:
tf4481121
2007 Sep 20
1
Non-metric multidimensional scaling
Hello everyone,
I'm working with R 2.4.1 on a PC running with XP.
Trying to run isoMDS as follows:
Gquad.mat <- Gquads[4:10] # extracts only the metric data variables
Gquad.dist <- dist(Gquad.mat)
Gquad.mds <- isoMDS(Gquad.dist)
plot(Gquad.mds$points, type = "n")
text(Gquad.mds$points, labels = as.character(Gquads$Quadname), cex = .5)
The data.frame