R/Dens.R

Defines functions Dens

Documented in Dens

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