pp_scad_lin | R Documentation |
This function calculates the derivative of the SCAD penalty, often used in the local linear approximation algorithm.
pp_scad_lin(beta, lambda, a = 3.7)
beta |
A vector of coefficients. |
lambda |
The main penalty tuning parameter. |
a |
The second tuning parameter of the SCAD penalty (often 3.7). |
A vector of penalty derivative values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.