# This function extends the anova method to the objects
# fitted with 'aov()'
anova.aovList <- function(object){
summary(object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.