R/zzz.r

.onAttach <-
function (libname, pkgname)
{
   date <- date()
   x <- regexpr("[0-9]{4}", date)
   this.year <- substr(date, x[1], x[1] + attr(x, "match.length") - 1)
   
   # echo output to screen
   packageStartupMessage("##\n## ebal Package: Implements Entropy Balancing.\n")
   packageStartupMessage("## See http://www.stanford.edu/~jhain/ for additional information.\n\n")

}

Try the ebal package in your browser

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

ebal documentation built on June 9, 2022, 9:05 a.m.