aicc.pkmSet: Create the AICc tables for a set of searcher efficiency...

aicc.pkmSetR Documentation

Create the AICc tables for a set of searcher efficiency models

Description

Generates model comparison tables based on AICc values for a set of pk models generated by pkmSet

Usage

## S3 method for class 'pkmSet'
aicc(x, ..., quiet = FALSE, app = FALSE)

Arguments

x

Set of searcher efficiency models fit to the same observations

...

further arguments passed to or from other methods

quiet

Logical indicating if messages should be printed

app

Logical indicating if the table should have the app model names

Value

AICc table

Examples

  data(wind_RP)
  mod <- pkmSet(formula_p = p ~ Season, formula_k = k ~ Season, data = wind_RP$SE)
 aicc(mod)


ddalthorp/GenEst documentation built on June 4, 2023, 1 a.m.