R/CombCInpv.R

CombCInpv <-
function(x0, x1, p, conf.level=0.95,
 alternative=c("two.sided", "less", "greater"))
{
if(any(x0==0)||any(x1==0))
{return(CIlnpvak(x0=x0, x1=x1, p=p, conf.level=conf.level,
 alternative=alternative))}
else{return(CIlnpv(x0=x0, x1=x1, p=p, conf.level=conf.level,
 alternative=alternative))
}}

Try the bdpv package in your browser

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

bdpv documentation built on May 2, 2019, 1:08 p.m.