Description Usage Arguments Details Value Examples
View source: R/clust-stat-chanperm.R
Calculates clustering statistcs for the clustering of the (weighted) sum of a list of dissimilarity matrices. Performs (stratified) permutations and calculates clustering statistics for permuted datasets.
1 2 3 4 5 6 7 8 9 |
dist_list |
list of dissimilarities in either format |
B |
number of permutations |
maxclust |
maximum number of clusters |
nclust |
number of clusters. Ignored if maxclust is specified. |
strat.var |
optional factor of length n by which the permutation is stratified. |
stat |
vector of strings with cluster statistics to be calculated. Possible stats:
|
c_weight |
Optional vector of numerics with channel weights. |
...
Object of class "ch_perm.stats".
1 | p <- channel_perm(d_imp_UD2,B = 50, maxclust = 15,strat.var = as.vector(TraMineR::seqlength(seq_mis[[1]])),c_weight = weigth, stat="ASW")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.