GenEst (version 1.4.5)

aicc.cpm: Extract AIC and AICc for a carcass persistence model

Description

S3 function for generating AIC for cpm objects

Usage

# S3 method for cpm
aicc(x, ...)

Arguments

x

Carcass persistence model (cpm objects)

...

further arguments passed to or from other methods

Value

AIC, AICc vector

Examples

Run this code
# NOT RUN {
  data(wind_RP)
  mod <- cpm(formula_l = l ~ Season, formula_s = s ~ Season,
           data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent")
 aicc(mod)

# }

Run the code above in your browser using DataCamp Workspace