LambdaSequence | R Documentation |
Generates a sequence of penalty parameters from extreme values and the required number of elements. The sequence is defined on the log-scale.
LambdaSequence(lmax, lmin, cardinal = 100)
lmax |
maximum value in the grid. |
lmin |
minimum value in the grid. |
cardinal |
number of values in the grid. |
A vector with values between "lmin" and "lmax" and as many values as indicated by "cardinal".
Other lambda grid functions:
LambdaGridGraphical()
,
LambdaGridRegression()
# Grid from extreme values
mygrid <- LambdaSequence(lmax = 0.7, lmin = 0.001, cardinal = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.