R/gaussd.R

"gaussd" <-
function(kode=1,x) {
if (missing(x)) messagena("x")
p <- double(1)
f.res <- .Fortran("gausszd",
kode=to.integer(kode),
x=as.double(x),
p=as.double(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.