powered by
lm
eta2(x)
data.frame
specificity
x = rnorm(1:100) y = as.factor(rep(1:2, each=50)) a = lm(x ~ y) eta2(a)
Run the code above in your browser using DataLab