R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage("survtmle: Targeted Learning for Survival Analysis")
  packageStartupMessage(
    "Version: ",
    utils::packageDescription("survtmle")$Version
  )
}

Try the survtmle package in your browser

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

survtmle documentation built on May 2, 2019, 9:44 a.m.