Nothing
#' @export
print.bhtest <- function(x, ...) {
cat(c("----------------------------------------------------------",
"Bayer Hanck Test for Non-Cointegration",
"----------------------------------------------------------",
paste(c("Test statistic:", round(x$bh.test, 4)),
collapse = " "),
paste(c("p-Value:", x$bh.pval),
collapse = " ")),
sep = "\n")
}
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.