R/vcv.R

"vcv" <-
function(s) {
if (missing(s)) return (7)
f.res <- .Fortran("int65",
s=to.single(s),result=double(1))
f.res$result
}

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.