is_stable_k-ConsensusPartition-method {cola}R Documentation

Test whether the current k corresponds to a stable partition

Description

Test whether the current k corresponds to a stable partition

Usage

## S4 method for signature 'ConsensusPartition'
is_stable_k(object, k, ...)

Arguments

object

A ConsensusPartition-class object.

k

Number of subgroups.

...

Pass to suggest_best_k,ConsensusPartition-method

Value

Logical scalar

Examples

# There is no example
NULL


[Package cola version 1.2.1 Index]