Skip to content
Prev 12433 / 20628 Next

SE and CI for ICC

Mohd Masood <drmasoodmohd at ...> writes:
Some possibilities:

 * If you want the standard deviations of the variance estimates
(keeping the strong caveats about non-Normal sampling distributions
in mind), you could adapt the approach shown in 
http://rpubs.com/bbolker/varwald  (presumably formulas
for confidence intervals
of the ICC based on the variances of the estimates of the RE variances
are using the delta method?  I don't know this literature)

 * as suggested in a previous e-mail, it might be possible to
compute profile confidence intervals on the ICCs by using 
nloptr::auglag or some other optimization framework that allows
nonlinear equality constraints.

 * or via parametric bootstrap/bootMer ...