Object Reference : Object View and Procedure Reference : Equation
  
 
coefevol
Display the graph of coefficients versus lambda, L1 norm, or R-squared for elastic net, ridge, and Lasso models.
Syntax
eq_name.coefevol(options)
Options
 
type=arg
Graph of coefficients vs: “l” (lambda), “l1” (L1 norm), or “r2” (R-squared).
p
Print output.
Cross-references
For further discussion, see “Elastic Net and Lasso”
See also Equation::coefmatrix, Equation::cverror, Equation::lambdasummary, and Equation::tterrorgraph.