predict.svd: Predict svd regression

Description Usage Arguments

View source: R/predict.svd.R

Description

Calculates svd regression model predictions for new data.

Usage

1
2
## 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.


GMDHreg documentation built on July 5, 2021, 5:09 p.m.