glmnet_wrapper: Wrapper for fitting lasso

Description Usage Arguments Value Examples

Description

Wrapper for fitting lasso

Usage

1
2
glmnet_wrapper(train, test, lambda.select = "ncoef", ncoef = max(c(1,
  trunc(min(c(sum(train$Y)/10, sum(1 - train$Y)/10))))))

Arguments

train

...

test

...

Value

A list

Examples

1
# TO DO: Add

benkeser/cvtmleAUC documentation built on May 16, 2019, 2:30 a.m.