Description Usage Arguments Examples
This function allows the calculation of correlations for clusters. This function should be used with clustering function.
1 | correlation.cluster(data, clustering_data, variables, clusters)
|
data |
A raw data set needs to be specified. |
clustering_data |
Output of the clustering function needs to be specified. |
variables |
The column name of "variables" of clustering function output needs to be specified. |
clusters |
The column name of "clusters" of clustering function output needs to be specified. |
1 | correlation.cluster(my_data,clustering_output, "variable_names","Groups")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.