Nothing
`TukeyHSD.betadisper` <- function(x, which = "group", ordered = FALSE,
conf.level = 0.95, ...) {
df <- data.frame(distances = x$distances, group = x$group)
mod.aov <- aov(distances ~ group, data = df)
TukeyHSD(mod.aov, which = which, ordered = ordered,
conf.level = conf.level, ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.