powered by
Returns the akaike information criterion of a fitted object of class serp. For the penalized slope, the effective degrees of freedom (edf) is obtained from the trace of the generalized hat matrix which depends on the tuning parameter.
serp
# S3 method for serp AIC(object, ..., k = 2)
A single numeric value of the model AIC.
An object of class serp.
additional arguments.
fixed value equal to 2.
serp, BIC.serp, coef.serp, logLik.serp,
BIC.serp
coef.serp
logLik.serp
library(serp) m <- serp(rating ~ temp + contact, slope = "parallel", link = "probit", data = wine) AIC(m)
Run the code above in your browser using DataLab