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)
}

Try the statforbiology package in your browser

Any scripts or data that you put into this service are public.

statforbiology documentation built on Oct. 30, 2024, 9:13 a.m.