R/aprox.vare.R

"aprox.vare" <-
function(x)
 {
n <- x$n
rb <- rbar(x)
ve <- (1-rb^2)^2/(mean(n, na.rm=TRUE)-1)
return(ve)
}

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.