R/proxInd.ef.R

"proxInd.ef" <-
function (data,i) 
{ 
d <- data[i,]
ind <- as.numeric(proximal.med(d)[5,1])
return(ind)
}

Try the QuantPsyc package in your browser

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

QuantPsyc documentation built on June 4, 2022, 1:06 a.m.