R/varAV.R

"varAV" <-
function(x)
 {
 rho <- rhoCA(x)
 AA <- CAFAA(x)
 cvf <- CVF(x)
 vav <- rho^2*AA^2*cvf
 return(vav)
 }

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.