predict.BOSO: Predict function for BOSO object.

Description Usage Arguments Value

View source: R/utils.R

Description

This is an equivalent function to the one offered by coef.glmnet for extraction of coefficients.

Usage

1
2
## S3 method for class 'BOSO'
predict(object, newx, ...)

Arguments

object

Fitted 'BOSO' or 'BOSO.single' object

newx

Matrix with new data for prediction with BOSO

...

extra arguments for future updates

Value

A 'matrix' object with the corresponding beta values estimated.


BOSO documentation built on July 1, 2021, 9:08 a.m.