aicc.cpm {GenEst} | R Documentation |
Extract AIC and AICc for a carcass persistence model
Description
S3 function for generating AIC for cpm
objects
Usage
## S3 method for class 'cpm'
aicc(x, ...)
Arguments
x |
Carcass persistence model ( |
... |
further arguments passed to or from other methods |
Value
AIC, AICc vector
Examples
data(wind_RP)
mod <- cpm(formula_l = l ~ Season, formula_s = s ~ Season,
data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent")
aicc(mod)
[Package GenEst version 1.4.9 Index]