Updatemod: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
imported>Scott
Line 9: Line 9:
===Description===
===Description===


The input <tt>modl</tt> is any older-version PLS_Toolbox model to be updated to the current release version model.
The inputs are the model to be updated (modl) and, if the model wasvcreated by a PLS_Toolbox version before 2.0.1c, the original data (data) must also be supplied. The output is an updated model (umodl).
 
Optional input ''<tt>data</tt>'' 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>.
 
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 22:21, 20 June 2013

Purpose

Update model structure to be compatible with the current version.

Synopsis

umodl = updatemod(modl,data)

Description

The inputs are the model to be updated (modl) and, if the model wasvcreated by a PLS_Toolbox version before 2.0.1c, the original data (data) must also be supplied. The output is an updated model (umodl).

See Also

analysis, pca, pcr, pls