powered by
S3 function to generate model comparison tables for lists of of sets of CP models of class cpmSetSize
cpmSetSize
# S3 method for cpmSetSize aicc(x, ...)
AICc table
List of sets of CP models fit to the same observations
further arguments passed to or from other methods
cpmods <- cpm(formula_l = l ~ Visibility, data = wind_RP$CP, left = "LastPresent", right = "FirstAbsent", sizeCol = "Size", allCombos = TRUE) aicc(cpmods)
Run the code above in your browser using DataLab