R/Dist.R

Defines functions Dist

Documented in Dist

Dist <-
function(x,int,...){
  1-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.