R/anova.aovlist.R

Defines functions anova.aovList

# This function extends the anova method to the objects
# fitted with 'aov()'
anova.aovList <- function(object){
  summary(object)
}
OnofriAndreaPG/aomisc documentation built on May 16, 2023, 3:40 p.m.