R/chisq.R

"chisq" <-
function(kode=1,ifn,x) {
if (missing(ifn)) messagena("ifn")
if (missing(x)) messagena("x")
p <- single(1)
f.res <- .Fortran("chisqz",
kode=to.integer(kode),
ifn=to.integer(ifn),
x=to.single(x),
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.