fitter_glmnet {infinityFlow}R Documentation

Wrapper to glmnet. Defined separetely to avoid passing too many objects in parLapplyLB

Description

Wrapper to glmnet. Defined separetely to avoid passing too many objects in parLapplyLB

Usage

fitter_glmnet(x = NULL, params = NULL)

Arguments

x

passed from fit_regressions

params

passed from fit_regressions

Value

A list with two elements: predictions and a fitted model

Examples

fitter_glmnet()

[Package infinityFlow version 1.4.0 Index]