R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Thank you for using marlod.
  Please cite:
  Chen, IC. marlod: an R package to model environmental exposure and biomonitoring
  data with repeated measurements and values below the limit of detection.
  J Expo Sci Environ Epidemiol 2025.
  when publishing results obtained from the package.")
}

Try the marlod package in your browser

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

marlod documentation built on June 8, 2025, 10:32 a.m.