R/cifact.R

"cifact" <-
function(a2=.dFvGet()$aa2,b2=.dFvGet()$bb2,nvar,tol=.dFvGet()$tlo,maxit=.dFvGet()$mxt) {
if (missing(nvar)) messagena("nvar")
fc <- single(1)
f.res <- .Fortran("cifactz",
a2=to.single(a2),
b2=to.single(b2),
nvar=to.integer(nvar),
tol=to.single(tol),
maxit=to.integer(maxit),
fc=to.single(fc))
list(fc=f.res$fc)
}

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.