correlation.cluster: Average Correlations of Clusters

Description Usage Arguments Examples

Description

This function allows the calculation of correlations for clusters. This function should be used with clustering function.

Usage

1
correlation.cluster(data, clustering_data, variables, clusters)

Arguments

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.

Examples

1
correlation.cluster(my_data,clustering_output, "variable_names","Groups")

ayhandis/creditR documentation built on May 9, 2019, 8:41 a.m.