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

Description Usage Arguments Value

View source: R/funcs.R

Description

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

Usage

1
2
## S3 method for class 'orderedLasso'
predict(object, newdata, ...)

Arguments

object

fitted "orderedLasso" 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


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