Nothing
##' @export
print.crps <- function(x,digits=3,...){
cat("\nIntegrated Brier score (crps):\n\n")
if (is.list(x))
print.listof(x,digits=digits,...)
else
prmatrix(round(x,digits=3),...)
}
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.