In the first step, a family-wise estimator is calculated. In the second step, the classic K-means algorithm is applied to cluster the families. The number of groups and the number of principal components are determined by the BIC criterion.
1 | naive_kmeans(data_list, num_group_vec, num_pca_vec, est_fix_eff = TRUE)
|
data_list |
A list of data. Several elements must be present in the list. The reponse |
num_group_vec |
A vector of candidate number of groups. |
num_pca_vec |
A vector of candidate number of principal components. |
est_fix_eff |
A logical value. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.