R/foehnix_glmnet.R
glmnet.control.Rd
foehnix
allows to estimate regularized concomitant models
based on the R package glmnet. The glmnet.control
object controls, if specified, the glmnet input arguments.
glmnet.control(min = "AIC", ...)
# S3 method for glmnet.control
print(x, ...)
a character, either "AIC"
, "BIC"
, or "loglik"
.
Default is "AIC"
.
additional arguments forwarded to glmnet::glmnet
.
an object of class glmnet.control
(print method).
Note that the two input arguments intercept
and
family
(to function glmnet
) cannot be overruled by the
foehnix user. In any case a binomial logit model with intercept will
be estimated.