View source: R/make-lambda-vector.R
Create the lambda vector
1 2 | makeLambda(nlambda = 100, lambda.min = 0.001, ..., lambda.max,
log.scale = TRUE)
|
nlambda |
default 100 |
lambda.min |
default 0.001 |
... |
passed on to max_penalty to compute the max lambda if lambda.max is missing |
lambda.max |
no default |
logscale |
use log-scale equidistant? Default: true |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.