selectCompNum.pca: Select optimal number of components for PCA model

View source: R/pca.R

selectCompNum.pcaR Documentation

Select optimal number of components for PCA model

Description

Allows user to select optimal number of components for a PCA model

Usage

## S3 method for class 'pca'
selectCompNum(obj, ncomp, ...)

Arguments

obj

PCA model (object of class pca)

ncomp

number of components to select

...

other parameters if any

Value

the same model with selected number of components


svkucheryavski/mdatools documentation built on Aug. 25, 2023, 12:27 p.m.