Application of Models to New Data: 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:
===Application of Models to New Data===
In most cases, the function used to create a model (e.g. PCA, PLS, etc) is also used to make a prediction with the created model. See the function used for more information on this. In addition, these utilities may be of use for certain applications.
In most cases, the function used to create a model (e.g. PCA, PLS, etc) is also used to make a prediction with the created model. See the function used for more information on this. In addition, these utilities may be of use for certain applications.
   
   
Line 9: Line 8:
:[[regcon]] - Converts regression model to y = ax + b form.
:[[regcon]] - Converts regression model to y = ax + b form.
:[[rinverse]] - Calculate pseudo inverse for PLS, PCR and RR models.
:[[rinverse]] - Calculate pseudo inverse for PLS, PCR and RR models.
(Sub topic of [[Quantitative_Regression_Analysis|Quantitative_Regression_Analysis]])

Latest revision as of 15:40, 2 September 2008

In most cases, the function used to create a model (e.g. PCA, PLS, etc) is also used to make a prediction with the created model. See the function used for more information on this. In addition, these utilities may be of use for certain applications.


modelselector - Create or apply a model selector model.
compressmodel - Remove references to unused variables from a model.
matchvars - Align variables of a dataset to allow prediction with a model.
modlpred - Predictions using standard model structures.
regcon - Converts regression model to y = ax + b form.
rinverse - Calculate pseudo inverse for PLS, PCR and RR models.

(Sub topic of Quantitative_Regression_Analysis)