David Winsemius
--
On Mar 9, 2009, at 11:13 AM, Kim Vanselow wrote:
> Dear r-helpers!
> I want to classify my vegetation data with hierachical cluster
> analysis.
> My Dataset consist of Abundance-Values (Braun-Blanquet ordinal
> scale; ranked) for each plant species and relev?.
> I found a lot of r-packages dealing with cluster analysis, but none
> of them is able to calculate a distance measure for ranked data.
> Podani recommends the use of Goodman and Kruskals' Gamma for the
> distance. I found the function rcorr.cens (outx=true) of the Hmisc
> package which should do it.
> What I don't understand is how to define the input vectors x, y with
> my vegetation dataset. The other thing how I can use the output of
> rcorr.cens for a distance measure in the cluster analysis (e.g. in
> vegan or amap).
> Any help would be greatly appreciated,
> Thank you very much,
> Kim
>