powered by
findTh(x, groups = 2, hclustm = "complete", distm = "euclidean")
?cutree
?hclust
?dist
cutree
hclust
dist
# 15 random values between 1 and 100 x <- sample(1:100, size = 15) # split into 2 groups for csQCA findTh(x) # split into 3 groups for mvQCA findTh(x, groups = 3)
Run the code above in your browser using DataLab