R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage("drtmle: TMLE with doubly robust inference")
  packageStartupMessage(
    "Version: ",
    utils::packageDescription("drtmle")$Version
  )
}

Try the drtmle package in your browser

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

drtmle documentation built on Jan. 6, 2023, 1:23 a.m.