Nothing
get_coefficients_glm <- function(betahat, spcov_params, dispersion_params, randcov_params) {
list(
fixed = betahat, spcov = spcov_params,
dispersion = dispersion_params, randcov = randcov_params
)
}
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.