Re: [R] R-commands for MDS

2010-02-19 Thread Uwe Ligges
On 18.02.2010 11:24, Oduor Olande wrote: Hello I am using the following command but not able to text the values on the graph can someone please make suggestions for improvement Perhaps dist.r does not have row.names(dist.r) nor colnames(dist.r)? We cannot know since we do not have

[R] R-commands for MDS

2010-02-18 Thread Oduor Olande
Hello I am using the following command but not able to text the values on the graph can someone please make suggestions for improvement #here is the command loc_mds - cmdscale(dist.r, k = 7, eig = TRUE) loc_mds$eig sum(abs(loc_mds$eig[1:2]))/sum(abs(loc_mds$eig))