R/permv.R

"permv" <-
function(y,it,iopt=1) {
if (missing(it)) messagena("it")
np <- length(it)
if (missing(y)) y <- single(np)
f.res <- .Fortran("permvz",
y=to.single(y),
it=to.integer(it),
np=to.integer(np),
iopt=to.integer(iopt))
list(y=f.res$y)
}

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.