
Last chance! 50% off unlimited learning
Sale ends in
Computes linear discriminant analysis on classified cluster groups, and determines the goodness of classification for each cluster group.
cluster_discrimination(x, cluster_groups = NULL)
A data frame
Group classification of the cluster analysis, which can
be retrieved from the cluster_analysis
function.
n_clusters
to determine the number of clusters to extract, cluster_analysis
to compute a cluster analysis and check_clusterstructure
to check suitability of data for clustering.
# NOT RUN {
# retrieve group classification from hierarchical cluster analysis
groups <- cluster_analysis(iris[, 1:4])
# goodness of group classificatoin
cluster_discrimination(iris[, 1:4], cluster_groups = groups)
# }
Run the code above in your browser using DataLab