
select(obj,...)
"select"(obj, criterion = c("BIC", "AIC", "GCV", "AICc", "EBIC"), df.method = c("default", "active"), smooth = FALSE, ...)
"grpregOverlap"
model object."AIC"
, "BIC"
, "GCV"
, "AICc"
, or "EBIC"
; default is "BIC"
.
"active"
, which counts the number of nonzero coefficients; or "default"
, which uses the calculated df
returned by grpregOverlap
. Default is "default"
.
grpreg
for details about the selection criteria
as well as the methods for computing degrees of freedom.
grpregOverlap
## See examples in "grpregOverlap".
Run the code above in your browser using DataLab