.onLoad <- function(libname, pkgname) {
# session warnings
options("ggeffects_warning_bias_correction" = TRUE)
}
.onUnload <- function(libpath) {
options("ggeffects_warning_bias_correction" = NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.