Nothing
## set default options for Superpower_options:
.onLoad <- function(libname, pkgname) {
op <- options()
op.Superpower <- list(
Superpower.verbose = TRUE,
Superpower.emm = FALSE,
Superpower.emm_model = "multivariate",
Superpower.contrast_type = "pairwise",
Superpower.plot = TRUE,
Superpower.alpha_level = .05,
Superpower.correction = "none",
Superpower.liberal_lambda = FALSE
)
toset <- !(names(op.Superpower) %in% names(op))
if (any(toset)) options(op.Superpower[toset])
invisible()
}
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.