Description Usage Arguments Value Examples
Extract generalized linear model net parameters from the glmnet library
| 1 2 | ## S3 method for class 'glmnet'
extract_params(object, lambda = NULL, ...)
 | 
| object | an object of class "glmnet" | 
| lambda | a numeric value of the penalty parameter lambda at which coefficients are required | 
| ... | further arguments passed to or from other methods | 
a list of lists that can be modified to insert into a cell or pool
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.