PCAeig: Principal Components Analysis

Description Usage Arguments Value Note Author(s) See Also

Description

Principal Components Analysis via eigen decomposition of crossprodcut matrix.

Usage

1

Arguments

Y

Data matrix.

scale

Scale columns to unit variance.

Value

The function returns an object from eigen enhanced with row scores.

values

Eigenvalues.

vectors

Orthonormal colum scores.

u

Orthonormal row scores.

Note

Function princomp uses a similar algorithm.

Author(s)

Jari Oksanen

See Also

PCA, eigen, princomp.


barebone documentation built on May 2, 2019, 5:17 p.m.

Related to PCAeig in barebone...