R/binprd.R

"binprd" <-
function(k,n,p) {
if (missing(k)) messagena("k")
if (missing(n)) messagena("n")
if (missing(p)) messagena("p")
ps <- single(1)
pk <- single(1)
f.res <- .Fortran("binprdz",
k=to.integer(k),
n=to.integer(n),
p=to.single(p),
ps=to.single(ps),
pk=to.single(pk))
list(ps=f.res$ps,pk=f.res$pk)
}

Try the robeth package in your browser

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

robeth documentation built on Aug. 22, 2023, 9:09 a.m.