is_stable_k-ConsensusPartitionList-method | R Documentation |
Test whether the current k corresponds to a stable partition
## S4 method for signature 'ConsensusPartitionList'
is_stable_k(object, k, ...)
object |
A |
k |
Number of subgroups. |
... |
Pass to |
It tests on the partitions for every method.
Logical vector
data(golub_cola)
is_stable_k(golub_cola, k = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.