Estimates the intra-cluster correlation of evaluation scores using the
one-way random effects analysis of variance estimator. This is the quantity
ev_power() needs in order to size a clustered evaluation, and the quantity
that determines how much ev_cluster() will widen an interval.
Details
The estimator is
(MSB - MSW) / (MSB + (m0 - 1) * MSW), with m0 the usual unbalanced-design
correction for average cluster size. Sampling noise can push the raw estimate
below zero, in which case it is reported as zero and a note is attached.
See also
Other single model:
ev_bootstrap(),
ev_cluster(),
ev_resample(),
ev_score()