Nothing
#' @export
print.summary.predict.eco <- function(x, digits=max(3, getOption("digits")
-3), ...) {
cat("\nOut-of-sample Prediction:\n")
print(x$W.table, digits=digits, na.print="NA",...)
cat("\nNumber of Monte Carlo Draws:", x$n.draws)
cat("\n")
invisible(x)
}
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.