Learn R Programming

palasso (version 1.0.0)

.fit: Model bag

Description

Fits all models from the chosen bag.

Usage

.fit(y, x, args)

Value

list of glmnet-like objects

Arguments

y

response: vector of length \(n\)

x

covariates: matrix with \(n\) rows (samples) and \(k * p\) columns (variables)

args

options for paired lasso: list of arguments (output from .dims and .args)

Examples

Run this code
NA

Run the code above in your browser using DataLab