R/probst.R

"probst" <-
function(x,ifn) {
if (missing(x)) messagena("x")
if (missing(ifn)) messagena("ifn")
p <- single(1)
f.res <- .Fortran("probstz",
x=to.single(x),
ifn=to.integer(ifn),
p=to.single(p))
list(p=f.res$p)
}

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.