model_continuous_elastic_net

model_continuous_elastic_net(data, y, alpha_list = seq(1e-04, 0.9999, 1e-04))

Arguments

data

data to be analyzed

y

name/string of outcome to be predicted that is within the data

alpha_list

vector of alpha to cross-validate (default: seq(0.0001, 0.9999, 0.0001))

Value

elastic net results

Examples

# to be added