Nothing
print.AovSum<-function(x, ...){
if (!inherits(x, "AovSum"))
stop("need to be a AovSum object")
cat("Ftest\n")
print(x$Ftest)
x$Ttest[,4]<-round(x$Ttest[,4],5)
cat("\nTtest\n")
printCoefmat(x$Ttest)
}
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.