PCA {structToolbox} | R Documentation |
PCA is a multivariate data reduction technique. It summarises the data in a smaller number of Principal Components that maximise variance.
PCA(number_components = 2, ...)
number_components |
(numeric, integer) The number of Principal Components calculated. The default is |
... |
Additional slots and values passed to |
A PCA
object.
M = PCA()