Iasonas Lamprianou <lamprianou <at> yahoo.com> writes:
>
> Dear all,
> does anyone know how I can use any package in R to compute ANOVA's omega
squared or Cohen's f?
>
> Dr. Iasonas Lamprianou
>
I don't know whether any of these do what you need, but have you
browsed through the results of:
library(sos)
findFn("omega squared")
findFn("Cohen's f")
?