predict.spotLassoModel: Prediction method for lasso model

View source: R/buildLasso.R

predict.spotLassoModelR Documentation

Prediction method for lasso model

Description

Wrapper for predict.glmnet.

Usage

## S3 method for class 'spotLassoModel'
predict(object, newdata, ...)

Arguments

object

fit of the model, an object of class "spotLassoModel", produced by buildLasso.

newdata

matrix of new data.

...

not used


SPOT documentation built on June 26, 2022, 1:06 a.m.