getPCA0: PCA using Jacobi algorithm or block algorithm.

Description Usage Arguments Details Value Examples

Description

Computation of the PCA of a matrix using function svd and the whole matrix.

Usage

1
getPCA0(x, center = TRUE, scale = TRUE)

Arguments

x

a real nxp matrix

center

a logical value indicating whether the variables should be shifted to be zero centered

scale

a logical value indicating whether the variables should be scaled to have unit variance

Details

Principal components and variance explained for each component.

Value

a list with the coordinates of the variables (var.coord) and the idividuals (Y), the variance of each component and its percentage and the matrix of the principal components.

Examples

1

isglobal-brge/svdParallel documentation built on June 26, 2019, 9:40 p.m.