powered by
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)
A vector with values between "lmin" and "lmax" and as many values as indicated by "cardinal".
maximum value in the grid.
minimum value in the grid.
number of values in the grid.
Other lambda grid functions: LambdaGridGraphical(), LambdaGridRegression()
LambdaGridGraphical()
LambdaGridRegression()
# Grid from extreme values mygrid <- LambdaSequence(lmax = 0.7, lmin = 0.001, cardinal = 10)
Run the code above in your browser using DataLab