R/HRSurv.R

Defines functions HRSurv

Documented in HRSurv

HRSurv<-function(x, xin, cens, h, kfun)
{
  HazardRateEst(xin, x, kfun, h, cens)/KMest(xin, cens, x) #denom
}

Try the NPHazardRate package in your browser

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

NPHazardRate documentation built on May 2, 2019, 10:24 a.m.