Nothing
## File Name: cdm_penalty_values_scadL2.R
## File Version: 0.03
cdm_penalty_values_scadL2 <- function( x, lambda, alpha )
{
lam1 <- lambda * alpha
lam2 <- lambda * ( 1 - alpha )
y <- cdm_penalty_values_scad(x=x, lambda=lam1) + lam2*x^2
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.