R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                    fields="Version")
  packageStartupMessage(paste0("Package: ", pkgname, ", Version: ", RFver))
  packageStartupMessage("Combining matching and linear regression for causal inference.")
  packageStartupMessage("Scientific Computing Group, Sentrana Inc. &\nHeart and Lung Institute, Imperial College London")
}

Try the MatchLinReg package in your browser

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

MatchLinReg documentation built on Aug. 30, 2022, 5:05 p.m.