R/zzz.R

Defines functions .onAttach

# Multxpert package implements commonly used p-value-based and parametric
# multiple testing procedures and parallel gatekeeping procedures

# For more information about the Multxpert package, visit the Multiplicity Expert web site
# http://multxpert.com/wiki/MultXpert_package

.onAttach <- function(lib, pkg) {
	if (interactive()) {
            packageStartupMessage('multxpert: Implementation of commonly used p-value based and parametric\n',
                                  'multiple testing procedures and parallel gatekeeping procedures.\n',
                                  'For more information visit http://multxpert.com/wiki/MultXpert_package\n')
	}
}

Try the multxpert package in your browser

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

multxpert documentation built on Oct. 2, 2019, 5:02 p.m.