R/Cvarip2.R

Cvarip2 <-
function (i, p, ll, S, Pmat, PsiJL) 
{
    ans <- 0
    ans <- .C("Cvarip2", i = as.integer(i), ll = as.integer(ll), 
        S = as.double(S), lS = as.integer(length(S)), Pmat = as.double(Pmat), 
        ncP = as.integer(ncol(Pmat)), nrP = as.integer(nrow(Pmat)), 
        PsiJL = as.integer(PsiJL), ans = as.double(ans),
	PACKAGE="locits")$ans
    ans
}

Try the locits package in your browser

Any scripts or data that you put into this service are public.

locits documentation built on Sept. 8, 2023, 5:07 p.m.