In the thread Confidence Interval for $\eta^2$ it was proposed that if only limited statistics are available (in my case, F, df1, df2, means), one could calculate the 95% CI for $\eta^2$ by:
- transforming $\eta^2$, which is equivalent to $R^2$, into r
- transforming r into a Z score (artanh)
- calculating the CI of the Z score (as +/- 1.96*SE)
back-transforming all values (tanh) and squaring them to get to $R^2$/$\eta^2$
- Is this general approach sound?
- The SE of the Z score is given as $\frac{1}{\sqrt{N-3}}$. What does N correspond to here? For example, my $\eta^2$ comes from a repeated-measures ANOVA (one factor, 4 levels). Should I use the total number of samples, the N, or df2, or ..? And possibly: why?