Description Usage Arguments Value
The function is based on the results returned by glmnet_tidiers,
with an optional application of results filtering using the structural.changes.col.matrix function.
| 1 2 | glmnet.process.output(glmnet.res, nonzero.coeffs.only = FALSE,
  structural.filter.type = c("none", "initial", "final"), pseudoAIC = FALSE)
 | 
| glmnet.res | the result of the  | 
| nonzero.coeffs.only | if  | 
| structural.filter.type | the type of the  
 | 
| pseudoAIC | 
 | 
the list with following fields:
steps: a data.frame with columns:
step
lambda
dev.ratio
df
dev
(optionally) pseudoAIC
coeffs: a data.frame with columns:
step
term
estimate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.