R/survFunc.R

Defines functions .survFunc

#' @import survival
.survFunc <- function(object, newdata) {

  return( exp(x = -predict(object = object,
                           newdata = newdata,
                           type = "expected")) )
}

Try the VEwaningVariant package in your browser

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

VEwaningVariant documentation built on May 29, 2024, 2:28 a.m.