PCA | 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 with the following output
slots:
scores | (DatasetExperiment) A matrix of PCA scores where each column corresponds to a Principal Component. |
loadings | (data.frame) |
eigenvalues | (data.frame) |
ssx | (numeric) |
correlation | (data.frame) |
that | (DatasetExperiment) |
A PCA
object inherits the following struct
classes:
[PCA]
>> [model]
>> [struct_class]
M = PCA(
number_components = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.