print.BANOVA.T <-
function(x, ...){
cat('Call:\n')
print(x$call)
cat('\n Coefficients: \n')
print(data.frame(x$coef.tables$full_table))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.