R/zemll.R

"zemll" <- function(b,x,yo,do) {
n  <- length(yo)
np <- length(b)
r  <- rep(0,n)
f.res <- .Fortran("zemllz",
b=to.single(b),x=to.single(x),y=to.single(yo),do=to.integer(do),n=to.integer(n),np=to.integer(np),
r=to.single(r),emll=single(1))
f.res$emll
}

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.