predict.svd {GMDHreg} | R Documentation |
Predict svd regression
Description
Calculates svd regression model predictions for new data.
Usage
## S3 method for class 'svd'
predict(object, newdata, ...)
Arguments
object |
An object model from fun.svd an object class 'svd' |
newdata |
matrix containing dependent variable in the model, wich the predictions are calculated. |
[Package GMDHreg version 0.2.3 Index]