chooselambda | R Documentation |
How to choose tunning parameters in the process for selecting variables.
chooselambda(object, d)
object |
object is the fitted lasso model. |
d |
d is to measure the acceptance of standard deviation. For example, d=1 means we can only choose those lambda which are located in the range of minimum error with one standard deviation.d=2 means we can only choose those lambda which are located in the range of minimum error with two standard deviations. |
The lambda value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.