R/anova.aovlist.R

Defines functions anova.aovlist

Documented in 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 Feb. 26, 2024, 8:21 p.m.