R/ingama.R

"ingama" <-
function(x,p) {
if (missing(x)) messagena("x")
if (missing(p)) messagena("p")
g <- single(1)
f.res <- .Fortran("ingamaz",
x=to.single(x),
p=to.single(p),
g=to.single(g))
list(g=f.res$g)
}

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.