R/hbpp.integrate1.R

Defines functions `hbpp.integrate1`

`hbpp.integrate1` <-
function(MU,V,A=1,RP=.1,...){
   1-pnorm(log10((1-RP)/RP)/A,mean=MU,sd=sqrt(V))
}

Try the hbim package in your browser

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

hbim documentation built on Aug. 24, 2023, 5:10 p.m.