Nothing
print.anova.MMLong <-
function(x, ...) {
cat('\nClass:\n',class(x),'\n',sep='')
cat("\nModels:\n",
paste(paste(c('Model 1','Model 2'),x$models,sep=': '), sep = "\n",
collapse = "\n"),"\n", sep = "")
printCoefmat(x$atable,signif.stars = FALSE,na.print='',P.values=TRUE, has.Pvalue=TRUE)
cat('\n')
}
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.