Description Usage Arguments Examples
This function allows you to perform variable clustering for a given data set. Number of clusters can be determined optimally or manually.The clusGap function is used for optimal clustering.
1 | variable.clustering(data, default_flag, cluster_number = "optimal")
|
data |
A data set needs to be defined. |
default_flag |
Default flag must be specified as a string. |
cluster_number |
(Default = "optimal"), If the optimal option is selected, clustering is performed over the optimal number of clustering determined by function. |
1 | variable.clustering(credit_data, "default_flag", cluster_number = "optimal")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.