predict.svd | R Documentation |
Calculates svd regression model predictions for new data.
## S3 method for class 'svd'
predict(object, newdata, ...)
object |
An object model from fun.svd an object class 'svd' |
newdata |
matrix containing dependent variable in the model, wich the predictions are calculated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.