Nothing
## File Name: cdm_penalty_values_lasso.R
## File Version: 0.05
cdm_penalty_values_lasso <- function( x, lambda )
{
y <- lambda * abs(x)
return(y)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.