R/meta.schmid.R

"meta.schmid" <-
function(L = NULL,L2=NULL,g3 =NULL,m=NULL) {
Vt = sum(m)
g <- L %*% L2
omega <- sum(g)^2/Vt
result <- list(g,omega)
return(result)
}

Try the psych package in your browser

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

psych documentation built on Sept. 26, 2023, 1:06 a.m.