R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                    fields="Version")
  packageStartupMessage(paste(pkgname, RFver))
  packageStartupMessage("Bayesian Mixture-of-Weibull Survival model for right-censored data.")
}

Try the BayesMixSurv package in your browser

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

BayesMixSurv documentation built on May 1, 2019, 7 p.m.