get_cluster {permuco} | R Documentation |
Get the ID of the cluster on a distribution matrix
Description
Get if of clusters given a threshold
Usage
get_cluster(distribution, threshold, alternative = "two.sided", side = "all")
Arguments
distribution |
a matrix of the distribution. |
threshold |
a numeric indicating the threshold. |
alternative |
A character string indicating the alternative hypothesis. Choose between |
Value
a matrix with integer indicating the id of the clusters
[Package permuco version 1.1.3 Index]