Updatemod: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Jeremy
No edit summary
Line 1: Line 1:
===Purpose===
===Purpose===


Line 10: Line 9:
===Description===
===Description===


The input modl is the PLS_Toolbox Version 2 PLS, PCR, or PCA model to be updated to Version 3.
The input <tt>modl</tt> is any older-version PLS_Toolbox model to be updated to the current release version model.
 
Optional input ''<tt>data</tt>'' 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 model <tt>umodl</tt>.


The output is an updated Version 3.0 model umodl.
If the model is not valid (not updatable or invalid format), an error is thrown.


===See Also===
===See Also===


[[analysis]], [[pca]], [[pcr]], [[pls]]
[[analysis]], [[pca]], [[pcr]], [[pls]]

Revision as of 10:27, 10 October 2008

Purpose

Update model structure to be PLS_Toolbox 3.0 compatible.

Synopsis

umodl = updatemod(modl,data)

Description

The input modl is any older-version PLS_Toolbox model to be updated to the current release version model.

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

The output is an updated model umodl.

If the model is not valid (not updatable or invalid format), an error is thrown.

See Also

analysis, pca, pcr, pls