Description Usage Arguments Value Examples
Modify default parameters for methods provided in the package.
1 | modify.parameter(FUN, ...)
|
FUN |
Method |
... |
Modified arguments |
It returns a new function with modified parameters.
1 2 | glmnet.lasso <- modify.parameter(glmnet1, alpha=1)
glmnet.ridge <- modify.parameter(glmnet1, alpha=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.