R/se.indirect3.R

"se.indirect3" <-
function (a,sa,b,sb,c,sc) 
{ 
sqrt(a^2*b^2*sc^2 + a^2*c^2*sb^2 + b^2*c^2*sa^2)

}

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.