Nothing
EMJMCMC2016$methods(
forecast = function(covariates, nvars, link.g) {
ids <- which(!is.na(statistics1[, 15]))
res <- 0
for (i in ids)
{
res <- res + statistics1[i, 15] * link.g(sum(statistics1[i, 16:nvars] * covariates, na.rm = TRUE))
}
return(list(forecast = res))
}
)
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.