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("Stochastic Augmentation of Matched Data Using Restriction Methods")
  packageStartupMessage("School of Public Health, Imperial College London &\nStatMan Solution &\nScientific Computing Group, Sentrana Inc.")
}

Try the SAMUR package in your browser

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

SAMUR documentation built on Aug. 31, 2022, 5:06 p.m.