Updatemod: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Jeremy
(Importing text file)
Line 1: Line 1:
===Purpose===
===Purpose===
Update model structure to be PLS_Toolbox 3.0 compatible.
Update model structure to be PLS_Toolbox 3.0 compatible.
===Synopsis===
===Synopsis===
:umodl = updatemod(modl,''data'')
:umodl = updatemod(modl,''data'')
===Description===
===Description===
The input modl is the PLS_Toolbox Version 2 PLS, PCR, or PCA model to be updated to Version 3.
The input modl is the PLS_Toolbox Version 2 PLS, PCR, or PCA model to be updated to Version 3.
Optional input ''data'' is required if the model was constructed using a version older than Version 2.0.1c.
Optional input ''data'' is required if the model was constructed using a version older than Version 2.0.1c.
The output is an updated Version 3.0 model umodl.
The output is an updated Version 3.0 model umodl.
===See Also===
===See Also===
[[analysis]], [[pca]], [[pcr]], [[pls]]
[[analysis]], [[pca]], [[pcr]], [[pls]]

Revision as of 15:27, 3 September 2008

Purpose

Update model structure to be PLS_Toolbox 3.0 compatible.

Synopsis

umodl = updatemod(modl,data)

Description

The input modl is the PLS_Toolbox Version 2 PLS, PCR, or PCA model to be updated to Version 3.

Optional input data is required if the model was constructed using a version older than Version 2.0.1c.

The output is an updated Version 3.0 model umodl.

See Also

analysis, pca, pcr, pls