Updatemod: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
imported>Neal
Line 10: Line 10:
===Description===
===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).
  INPUT(S):
    modl = the model to be updated (modl).
    data = the original data if the model was created by a PLS_Toolbox
            version before 2.0.1c (this data must also be supplied).
 
  OUTPUT:
    umodl = an updated model (umodl).


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


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

Revision as of 08:15, 23 October 2013

Purpose

Update model structure to be compatible with the current version.

Synopsis

umodl = updatemod(modl); %update post-v2.0.1c model
umodl = updatemod(modl,data); %update pre-v2.0.1c model

Description

 INPUT(S):
    modl = the model to be updated (modl).
    data = the original data if the model was created by a PLS_Toolbox
           version before 2.0.1c (this data must also be supplied).
  
 OUTPUT:
   umodl = an updated model (umodl).

See Also

analysis, modelstruct, pca, pcr, pls