View source: R/mxPenaltyFunctions.R
Least Absolute Selection and Shrinkage Operator regularization
1 2 3 4 5 6 7 8  | mxRegularizeLASSO(
  what,
  name,
  lambda = 0,
  lambda.step = 0.01,
  lambda.max = NA,
  lambda.min = NA
)
 | 
what | 
 A list of parameters to regularize  | 
name | 
 Name of the regularizer object  | 
lambda | 
 strength of the penalty to be applied at starting values (default 0)  | 
lambda.step | 
 step function for lambda step (default .01)  | 
lambda.max | 
 end of lambda range (default .4)  | 
lambda.min | 
 minimum lambda value (default lambda)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.