Nothing
print.byf.test <- function(x,...) {
cat("\n")
cat(strwrap(x$method,prefix="\t"),sep="\n")
cat("\n")
cat("data: ",x$data.name,"\n\n")
printCoefmat(x$tab,digits=5,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.