## To illustrate the calculation of the confidence interval for noncentral
## F parameter,Bargman (1970) gave an example in which a 5-group ANOVA with
## 11 subjects in each group is conducted and the observed F value is 11.2213.
## This exmaple continued to be used in Venables (1975), Fleishman (1980),
## and Steiger (2004). If one wants to calculate the exact confidence interval
## for omega-squared of that example, this function can be used.
ci.omega2(F.value=11.221, df.1=4, df.2=50, N=55)
ci.omega2(F.value=11.221, df.1=4, df.2=50, N=55, conf.level=.90)
Run the code above in your browser using DataLab