R/AIC.R
AIC.ddf.Rd
Extract the AIC from a fitted detection function.
# S3 method for class 'ddf' AIC(object, ..., k = 2)
a fitted detection function object
optionally more fitted model objects.
penalty per parameter to be used; the default k = 2 is the "classical" AIC
k = 2
David L Miller