R/plog.R

Defines functions .plog

.plog <- function(x,p) ifelse(x>=0,1+pbeta(p,x+1,1)*beta(x+1,1)/log(1-p),0)

Try the hhsmm package in your browser

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

hhsmm documentation built on Aug. 8, 2023, 9:06 a.m.