R/CAFAA.R

"CAFAA" <-
function(x)
 {
 a <- aRxx(x)[[1]]
 b <- bRyy(x)[[1]]
 c <- cRR(x)[[1]]
 AA <- a*b*c
 return(AA)
 }

Try the psychometric package in your browser

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

psychometric documentation built on Nov. 6, 2023, 1:06 a.m.