Displaying 2 results from an estimated 2 matches for "morisita".
Did you mean:
i_morisita
2012 Nov 29
0
Simper analysis with Morisita-Horn
Dear ecology fellows,
I tried to implement Morisita-Horn distance (instead of Bray that is in the
current version) in the code for the Simper analysis in vegan. I would be
very grateful if someone can check if the code is right.
function (comm, group, ...)
{
if (any(rowSums(comm, na.rm = TRUE) == 0))
warning("you have empty row...
2008 Jun 16
0
pvclust distance matrix
Hello,
I am attempting to assign significance levels to a UPGMA cluster analysis as part my doctoral research. The pvclust function works well but doesn't include the similarity index I need (morisita's) as an option for computing a distance matrix. Morisita's is available in vegdist in the VEGAN library but I am having a hard time getting the vegdist function to "direct drop" into pvclust as the vegdist documentation suggests. I would appreciate any suggestions.
Thank you...