[R] Multi-dimensional scaling

2004-09-16 Thread Luis Rideau Cruz
R-help, Is there any package/function in R which can perform multi-dimensional scaling? Thank you in advance __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

Re: [R] Multi-dimensional scaling

2004-09-16 Thread Chuck Cleland
As recently discussed on this list, it's useful to search for functionality using the help.search() function. help.search(multidimensional scaling) Luis Rideau Cruz wrote: R-help, Is there any package/function in R which can perform multi-dimensional scaling? Thank you in advance

Re: [R] Multi-dimensional scaling

2004-09-16 Thread Uwe Ligges
Luis Rideau Cruz wrote: R-help, Is there any package/function in R which can perform multi-dimensional scaling? I'd look at the results given by help.search(multi-dimensional scaling) Uwe Ligges Thank you in advance __ [EMAIL PROTECTED] mailing list

Re: [R] Multi-dimensional scaling

2004-09-16 Thread Sean Davis
see ?cmdscale Sean On Sep 16, 2004, at 10:28 AM, Luis Rideau Cruz wrote: R-help, Is there any package/function in R which can perform multi-dimensional scaling? Thank you in advance __ [EMAIL PROTECTED] mailing list

Re: [R] Multi-dimensional scaling

2004-09-16 Thread Wolski
See: www.r-project.org - Documentation-Newsletter-Volume 3/3, December 2003 There is an artikle by Jonathan Edwards and Paul Oman Dimensional Reduction for Data Mapping /E *** REPLY SEPARATOR *** On 9/16/2004 at 3:28 PM Luis Rideau Cruz wrote: R-help, Is there any

Re: [R] Multi-dimensional scaling

2004-09-16 Thread Jari Oksanen
On Thu, 2004-09-16 at 17:28, Luis Rideau Cruz wrote: Is there any package/function in R which can perform multi-dimensional scaling? Yes. Ripley's MASS package has isoMDS for non-metric multidimensional scaling. Moreover, the same package has function sammon for another variant. Some people