Nothing
#'@method summary profg
#'@export
summary.profg <- function(object, ...){
cat("Call:\n")
print(object$call)
cat("\nHypothesis Tests:\n")
print(object$profile.test)
}
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.