R/kfedcc.R

"kfedcc" <-
function(wgt,rs,expsi=psi,expsp=psp,sigma,itype=.dFvGet()$ite) {
if (missing(wgt)) messagena("wgt")
if (missing(rs)) messagena("rs")
if (missing(sigma)) messagena("sigma")
n <- length(wgt)
d <- single(n)
e <- single(n)
f.res <- .Fortran("int27",
wgt=to.single(wgt),
rs=to.single(rs),
as.integer(expsi()),
as.integer(expsp()),
n=to.integer(n),
sigma=to.single(sigma),
itype=to.integer(itype),
d=to.single(d),
e=to.single(e))
list(d=f.res$d,e=f.res$e)
}

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.