Skip to contents

Setup PCA parameters.

Usage

setup_PCA(k = 3L, center = TRUE, scale = TRUE, tol = NULL)

Arguments

k

Integer: Number of components. (passed to prcomp rank.)

center

Logical: If TRUE, center the data.

scale

Logical: If TRUE, scale the data.

tol

Numeric: Tolerance.

Value

PCAParameters object.

Author

EDG