"PCA"(x, ncomp = 20, method = c("irlba", "svd"), scale = FALSE, ...) "predict"(object, newx, ...)
scale
.PCA
.PCA
, which is a ResultSet
, where each component of the resultData
slot contains at least the following components:scores
:loadings
:sdev
:method
:ncomp
:center
:scale
:OPLS
,
PLS
,
irlba
,
svd
sset <- generateImage(diag(4), range=c(200, 300), step=1)
pca <- PCA(sset, ncomp=2)
Run the code above in your browser using DataLab