PCA: Principal Component Analysis (PCA)

Description Usage Arguments Value Examples

View source: R/PCA_class.R

Description

PCA is a multivariate data reduction technique. It summarises the data in a smaller number of Principal Components that maximise variance.

Usage

1
PCA(number_components = 2, ...)

Arguments

number_components

(numeric, integer) The number of Principal Components calculated. The default is 2.

...

Additional slots and values passed to struct_class.

Value

A PCA object.

Examples

1
M = PCA()

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.