R/Surv.R

Defines functions Surv

Documented in Surv

Surv <-
function(x,int,...){
  exp(-CumInt(x,int=int,...))
}

Try the coxsei package in your browser

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

coxsei documentation built on Feb. 8, 2020, 9:07 a.m.