Description Usage Arguments Value Note Author(s) References See Also Examples
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 (Tichý et al. 2011). Assignments are evaluated by Goodman-Kruskal’s lambda index and a modified version of lambda.
1 2 |
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 not fully tested.
adapted by Kaiser based on R-code supplied with the JUICE software
Tichý, L. and Chytrý, M. and Šmarda, P. (2011) Evaluating the stability of the classification of community data. Ecography 34:807-813
1 2 3 | x <- VegsoupPartition(coenoflex(seed = 1234), k = 3)
stable(x, nitr = 19, nitr.lambda = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.