R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage("drord: Doubly robust estimators for ordinal outcomes")
  packageStartupMessage(
    "Version: ",
    utils::packageDescription("drord")$Version
  )
}

Try the drord package in your browser

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

drord documentation built on May 21, 2021, 1:06 a.m.