## Not run:
# ## 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 example was used
# ## in Venables (1975), Fleishman (1980), and Steiger (2004). If one wants to calculate the
# ## exact confidence interval for the proportion of variance accounted for in that example,
# ## this function can be used.
#
# ci.pvaf(F.value=11.221, df.1=4, df.2=50, N=55)
#
# ci.pvaf(F.value=11.221, df.1=4, df.2=50, N=55, conf.level=.90)
#
# ci.pvaf(F.value=11.221, df.1=4, df.2=50, N=55, alpha.lower=0, alpha.upper=.05)
# ## End(Not run)
Run the code above in your browser using DataLab