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 siren package in your browser

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

siren documentation built on Oct. 25, 2023, 5:07 p.m.