R/pconmul.R

Defines functions pconmul

Documented in pconmul

pconmul<-function(t,lam,thres,sige){

  nume <- sum(lam * t)-thres
  term <- nume/sige
  n <- exp(1.702*term)
  p <- n / (1+n)
}

Try the vampyr package in your browser

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

vampyr documentation built on June 17, 2021, 9:10 a.m.