powered by
S3 function to generate model comparison tables based on AICc values for a set of CP models generated by cpmSet
cpmSet
# S3 method for cpmSet aicc(x, ..., quiet = FALSE, app = FALSE)
AICc table
Set of carcass persistence models fit to the same observations
further arguments passed to or from other methods
Logical indicating if messages should be printed
Logical indicating if the table should have the app model names
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