R/zzz.R

Defines functions .onAttach .onLoad

.onLoad <- function(libname, pkgname) {
  
}

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This package is developed with R >= 4.1.0.", "\n",
                        "Please check the vignette file 'Introductory-to-Package.html' before using this package.")
}

Try the bayesmlogit package in your browser

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

bayesmlogit documentation built on Nov. 2, 2023, 6:05 p.m.