Nothing
dispersion_checks <- function(family, dispersion) {
# dispersion can't be missing
if (!is.null(dispersion) && dispersion != 1 && family %in% c("binomial", "poisson")) {
stop(paste(family, "dispersion parameter must be fixed at one."), call. = FALSE)
}
}
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.