predict.timeLagLasso: make predictions from a fitted "timeLagLasso" object

Description Usage Arguments Value

View source: R/funcs.R

Description

Similar to other predict methods, this functions predicts fitted values from a fitted "timeLagLasso" object.

Usage

1
2
## S3 method for class 'timeLagLasso'
predict(object, newdata = NULL, ...)

Arguments

object

fitted "timeLagLasso" model

newdata

Matrix of new values for object at which predictions are to be made.

...

Not used. Other arguments to predict.

Value

yhat

fitted y values

yhat.ordered

fitted y values of the strongly ordered coefficients


orderedLasso documentation built on May 2, 2019, 6:36 a.m.