View source: R/fn_elastic_net.R
fn_elasticnet | R Documentation |
Computes an elastic net model
fn_elasticnet(x, y, alpha.step = 0.1)
x |
miRNA expression matrix |
y |
gene expression vector |
alpha.step |
Step size for alpha, the tuning parameter for elastic net. |
The best model, i.e. the one for which the selected alpha yielded the smallest residual sum of squares error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.