aicc.cpmSet: Create the AICc tables for a set of carcass persistence...

aicc.cpmSetR Documentation

Create the AICc tables for a set of carcass persistence models

Description

S3 function to generate model comparison tables based on AICc values for a set of CP models generated by cpmSet

Usage

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

Arguments

x

Set of carcass persistence 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 <- cpmSet(formula_l = l ~ Season * Visibility, formula_s = s ~ Season,
           data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent")
 aicc(mod)


GenEst documentation built on June 7, 2023, 6:35 p.m.