opt.index {pulsar} | R Documentation |
Get or set the optimal index of the lambda path, as determined by a given criterion. value
must be a numeric/int.
opt.index(obj, criterion = "gcd")
opt.index(obj, criterion = names(value)) <- value
obj |
a pulsar or batch.pulsar object |
criterion |
a summary statistic criterion for lambda selection. If value is not named, default to gcd. |
value |
Integer index for optimal lambda by criterion |