Nothing
## File Name: cdm_penalty_threshold_ridge.R
## File Version: 0.03
cdm_penalty_threshold_ridge <- function(beta, lambda)
{
y <- beta / ( 1 + 2*lambda )
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.