Learn R Programming

secr (version 4.5.8)

model.average-deprecated: Old Model Average Function

Description

Deprecated in 4.5.0 and will be removed in future versions of secr.

Usage

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'))

Arguments

...

secr or secrlist objects

realnames

character vector of real parameter names

betanames

character vector of beta parameter names

newdata

optional dataframe of values at which to evaluate models

alpha

alpha level for confidence intervals

dmax

numeric, the maximum AIC or AICc difference for inclusion in confidence set

covar

logical, if TRUE then return variance-covariance matrix

average

character string for scale on which to average real parameters

criterion

character, information criterion to use for model weights

CImethod

character, type of confidence interval (see Details)

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.

See Also

secr-deprecated