R/bpnd.R

bpnd <- function(u1,u2,r) {
  arglist <- list(name="cdf",
                  a=u1,
                  b=u2,
                  r=r,
                  DUP=FALSE,PACKAGE="bptwin")
  res <- do.call(".Call",arglist)
  return(res)
}

Try the bptwin package in your browser

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

bptwin documentation built on May 2, 2019, 6:50 p.m.