Deprecated in 4.5.0 and will be removed in future versions of secr.
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'))
secr
or secrlist
objects
character vector of real parameter names
character vector of beta parameter names
optional dataframe of values at which to evaluate models
alpha level for confidence intervals
numeric, the maximum AIC or AICc difference for inclusion in confidence set
logical, if TRUE then return variance-covariance matrix
character string for scale on which to average real parameters
character, information criterion to use for model weights
character, type of confidence interval (see Details)
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-deprecated