R/pbern.R

"pbern" <-

function(q, prob, lower.tail=TRUE, log.p = FALSE)



{



	pbinom(q,size=1,prob=prob,lower.tail=lower.tail,log.p=log.p)

	

}

Try the Rlab package in your browser

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

Rlab documentation built on May 5, 2022, 1:05 a.m.