R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname,
                      pkgname) {
  packageStartupMessage(
"#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#
Welcome to ", pkgname, ": Computation of Bayes Factors for Common Biomedical Designs.
In case you have questions, contact Maximilian Linde (maximilian.linde.92@gmail.com).
#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#")
}

Try the baymedr package in your browser

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

baymedr documentation built on March 28, 2021, 9:08 a.m.