Skip to content

distance coefficient for amatrix with ngative valus

1 message · R. Michael Weylandt

#
Did you read any of the comments I made regarding working examples,
meaningful question asking, or replying to the entire list?

If you look at the code, you'll see pco is just a very elementary
wrapper for cmdscale, the author of which is active on this list and
could have seen your question and replied to it with a hundredfold
more speed and knowledge than myself, ... had you replied to the
entire list.

Looking further into cmdscale, you can see that it is not designed to
return variable loadings directly (to be honest, I'm not particularly
familiar with PCO and I'm not sure that the method provides such
loadings but I'm assuming you have reason to at least think they
exist) so you'll have to calculate them directly. Read the
documentation of cmdscale to find understand what the various things
being returned are. If another function in the labsdv package seems to
calculate them, perhaps you can pilfer some code from there.

Michael

On Tue, Oct 4, 2011 at 1:58 PM, dilshan benaragama
<benaragamad at yahoo.com> wrote: