R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  note <- "Note: Since walker version 1.0.0, the prior distribution for the standard deviation parameters is Gamma(shape, rate)."
  packageStartupMessage(paste(strwrap(note), collapse = "\n"))
}

Try the walker package in your browser

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

walker documentation built on Sept. 11, 2023, 5:10 p.m.