R/aaa.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 Discretized Beta Regression for the Analysis of Ratings Data")
}

Try the DBR package in your browser

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

DBR documentation built on March 7, 2023, 7:47 p.m.