pca.run: Runs one of the selected PCA methods

View source: R/pca.R

pca.runR Documentation

Runs one of the selected PCA methods

Description

Runs one of the selected PCA methods

Usage

pca.run(x, ncomp, method, rand = NULL)

Arguments

x

data matrix

ncomp

number of components

method

name of PCA methods ('svd', 'nipals')

rand

parameters for randomized algorithm (if not NULL)


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.