Description Usage Arguments Value Examples
View source: R/ComponentAnalysis.R
Applying a principal component analysis (PCA) to the feature variables
1  | get_PCA(object)
 | 
object | 
 an object of class ccdata  | 
Displays three graphs to allow a synthetic view of the data A. Represents the correlation chart between all the variables B. split into two graphs. On the left: the correlation circle and on the right: the biplot of the individuals and variables grouped by their clusters
1 2 3  | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
get_PCA(obj)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.