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 May 29, 2024, 6:08 a.m.