Dear all, I'm trying to get a two dimensional embedding of some data using different meythods, among which princomp(), cmds(), sammon() and isoMDS(). I have a problem with sammon() because the coordinates I get are all equal to NA. What does it mean? Why the method fails in finding the coordinates? Can I do anything to get some meaningful results? Thank you very much Domenico
results from sammon()
3 messages · Domenico Cozzetto, Jari Oksanen, Brian Ripley
On Wed, 2005-04-20 at 10:35 +0200, Domenico Cozzetto wrote:
Dear all, I'm trying to get a two dimensional embedding of some data using different meythods, among which princomp(), cmds(), sammon() and isoMDS(). I have a problem with sammon() because the coordinates I get are all equal to NA. What does it mean? Why the method fails in finding the coordinates? Can I do anything to get some meaningful results?
I'm sorry, but I can't reproduce your problem. I have tried hard with different tricks, but sammon() always gives good numeric results, or reports on the problems with the input and refuses to continue. For a starter: which sammon did you use. I think there may be three or four implementations in R with that name alone (and some variants may be names differently). I used sammon() in MASS (Venables & Ripley), and could not get NA. You need to give more details if you want to get help. cheers, jari oksanen
Jari Oksanen <jarioksa at sun3.oulu.fi>
On Wed, 20 Apr 2005, Domenico Cozzetto wrote:
I'm trying to get a two dimensional embedding of some data using different meythods, among which princomp(), cmds(), sammon() and isoMDS(). I have a
What is cmds()? There is cmdscale(), but if you have the data (needed to use PCA) then classical scaling and PCA are the same thing.
problem with sammon() because the coordinates I get are all equal to NA. What does it mean? Why the method fails in finding the coordinates? Can I do anything to get some meaningful results?
We have no idea. Please read the posting guide and supply some useful information and preferably a reproducible example. One issue is which package sammon() came from. One possible hint if this is sammon() from MASS is to use a different starting configuration.
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595