I want to bootstrap confidence intervals when running the intraclass correlation coefficient (ICC) in Stata 13
I tried
bootstrap, reps(100) seed(1): icc ratings target judge, consistency
but this is not working.
Can anyone suggest the right code?
bootstrapand the manual entry foricc. - Nick Cox