These functions will be removed from future versions of secr.
# Deprecated in 4.5.0
model.average (..., realnames = NULL, betanames = NULL, newdata = NULL, alpha = 0.05, dmax = 10, covar = FALSE, average = c('link', 'real'), criterion = c('AICc','AIC'), CImethod = c('Wald', 'MATA'))
model.average is replaced by a method for `secr' and `secrlist' objects of the generic modelAverage. The internal code is essentially the same for model.average and modelAverage.secrlist. The generic avoids a name conflict with RMark and is also used in openCR.
secr-defunct,
modelAverage,
model.average-deprecated,