R/ribeth.R

"ribeth" <-
function(wgt,d=.dFvGet()$ddd,itype=.dFvGet()$ite) {
if (missing(wgt)) messagena("wgt")
n <- length(wgt)
bta <- single(1)
f.res <- .Fortran("ribethz",
wgt=to.single(wgt),
n=to.integer(n),
d=to.single(d),
itype=to.integer(itype),
bta=to.single(bta))
list(d=f.res$d,bta=f.res$bta)
}

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.