stable {vegsoup} | R Documentation |
Adjusted Goodman-Kruskal's lambda index of classification stability calculated from cross-tabulation of partitions (clusters) obtained from the data set and the subset selected by without-replacement bootstrap. Assignments are evaluated by Goodman-Kruskal’s lambda index.
## S4 method for signature 'VegsoupPartition' stable(x, nitr = 200, nitr.lambda = 10, ...)
x |
|
nitr |
number of iterations. |
nitr.lambda |
number of iteration to calculate random values of lambda. |
... |
arguments passed to |
returns a list with components
lambda |
lambda statistic, values range from 0 (no association) to 1 (the theoretical maximum possible association) |
modified.lambda |
modified lambda statistic |
This function is experimental!
original authors, Roland Kaiser
Tichý, L. and Chytrý, M. and Šmarda, P. (2011) Evaluating the stability of the classification of community data. Ecography 34:807-813
x <- VegsoupPartition(coenoflex(seed = 1234), k = 3) stable(x, nitr = 19, nitr.lambda = 10)