R/zzz.R

Defines functions .onLoad

# Remove warning message from marginaleffects package
.onLoad <- function(libname, pkgname) {
  # Set default options for your package
  if (is.null(getOption("marginaleffects_safe"))) {
    options(marginaleffects_safe = FALSE)
  }
}

Try the SynergyLMM package in your browser

Any scripts or data that you put into this service are public.

SynergyLMM documentation built on April 4, 2025, 4:13 a.m.