Varcapy

From Eigenvector Research Documentation Wiki
Revision as of 08:22, 2 September 2008 by imported>Jeremy (Importing text file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Calculate percent y-block variance captured by a PLS regression model.

Synopsis

vc = varcapy(model,options)

Description

VARCAPY Calculate percent y-block variance captured by a PLS regression model. Given a PLS regression model, VARCAPY calculates the percent of y-block variance captured by each latent variable of the model for each column of the y-block. Input is a standard PLS model structure. Outupt is a matrix containing the variance captured by each latent variable (rows) for each column of y (columns).

Options

  • plots : [ 'none' |{'final'}] Governs plotting of results.

See Also

analysis, pca