R/model_continuous_elastic_net.R
model_continuous_elastic_net.Rdmodel_continuous_elastic_net
model_continuous_elastic_net(data, y, alpha_list = seq(1e-04, 0.9999, 1e-04))
| 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)) |
elastic net results
# to be added