R/zzz.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  cit <- paste0('Denz R, Timmesfeld N (2023). "Visualizing the',
                " (Causal) Effect of a Continuous Variable on a",
                ' Time-To-Event Outcome." Epidemiology, 34 (5).',
                " doi: 10.1097/EDE.0000000000001630.")
  packageStartupMessage("Please cite as: \n\n", cit)
}

Try the contsurvplot package in your browser

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

contsurvplot documentation built on Aug. 15, 2023, 9:06 a.m.