powered by
S3 function for generating AIC for cpm objects
cpm
# S3 method for cpm aicc(x, ...)
AIC, AICc vector
Carcass persistence model (cpm objects)
further arguments passed to or from other methods
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 DataLab