Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pcaSupplementaryRowsPreProcessing

Preprocessing for supplemental rows in PCA.


Description

Preprocessing for supplemental rows in PCA.

Usage

pcaSupplementaryRowsPreProcessing(SUP.DATA = NULL, center = TRUE, scale = TRUE, W = NULL)

Arguments

SUP.DATA

A supplemental matrix that has the same number of columns as an active data set.

center

The center from the active data. NULL will center SUP.DATA to itself.

scale

The scale factor from the active data. NULL will scale (z-score) SUP.DATA to itself.

W

Weights from the active data. Used in epGPCA.

Value

a matrix that has been preprocessed to project supplementary rows for PCA methods.

Author(s)

Derek Beaton


ExPosition

Exploratory Analysis with the Singular Value Decomposition

v2.8.23
GPL-2
Authors
Derek Beaton, Cherise R. Chin Fatt, Herve Abdi
Initial release
2018-12-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.