print.regressionTable <- function(x,...){
Rtab <- summary(x,print=FALSE,...)
## rownames(Rtab) <- NULL
print.listof(Rtab,...)
Rtab
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.