Nothing
get_predictions_vgam <- function(model, fitfram, ci.lvl, linv, ...) {
prdat <- stats::predict(
model,
newdata = fitfram,
type = "link",
se.fit = FALSE
)
# copy predictions
fitfram$predicted <- linv(as.vector(prdat))
fitfram
}
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.