R/zzz.R

Defines functions .onAttach

#### actions on package load ####

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Diagnostics and parallel chain functioning for Bayesian kernel machine regression")
  #require("coda")
}

Try the bkmrhat package in your browser

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

bkmrhat documentation built on March 29, 2022, 9:08 a.m.