Learn R Programming

GenEst (version 1.4.9)

aicc.cpmSet: 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 cpmSet
aicc(x, ..., quiet = FALSE, app = FALSE)

Value

AICc table

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

Examples

Run this code
  data(wind_RP)
  mod <- cpmSet(formula_l = l ~ Season * Visibility, formula_s = s ~ Season,
           data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent")
 aicc(mod)

Run the code above in your browser using DataLab