Nothing
`summary.mvloc` <-
function(object,..., digits=4)
{
cat("The", object$est.name, "of", object$dname, "is:\n")
print(format(round(object$location,digits)),quote=F)
cat("\n")
cat("And has the covariance matrix:")
cat("\n")
print(round(object$vcov,digits))
invisible(object)
}
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.