AIC.secrlist: Prints AIC table using AIC.secr output as input.

Description Usage Arguments Details

Description

Same as the function of same name in package secr, but with explicit call to secr:::oneline.secr rather than just onleline.secr.

Usage

1
2
3
## S3 method for class 'secrlist'
AIC(object, ..., sort = TRUE, k = 2, dmax = 10,
  criterion = c("AICc", "AIC"))

Arguments

object

secr object output from the function secr.fit, or a list of such objects with class c("list","secrlist").

...

other secr objects

sort

logical for whether rows should be sorted by ascending AICc

k

numeric, penalty per parameter to be used; always k = 2 in this method

dmax

numeric, maximum AIC difference for inclusion in confidence set

criterion

character, criterion to use for model comparison and weights.

Details

see AIC.secr


david-borchers/secrgam documentation built on May 14, 2019, 9:30 p.m.