Nothing
lcglm.aov <- function(mod0, mod1) {
stat <- mod0$devi - mod1$devi
pvalue <- pchisq(stat, 1, lower.tail = FALSE)
res <- c(stat, pvalue)
names(res) <- c( "Chi-square statistic", "p-value" )
res
}
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.