newest one I have. The link I found was the only return I got from
On Mar 9, 3:31 pm, Mike Lawrence <
Mike.Lawre...@dal.ca> wrote:
> Are you saying you encounter this warning when using ez 3.0? The code
> you link applies to ez 2.1.
>
> The warning usually occurs when you have read in your data, which
> automatically factorizes some columns, then you removed some rows in
> your data corresponding to all the observations for at least one level
> of one of your factorized variables. ez is simply warning you that the
> data it is analyzing is missing data given the number of levels the
> original factorization created. To eliminate the message, simply
> refactor your variables, as in:
>
> myData$var = factor(myData$var)
>
>
>
>
>
>
>
> On Fri, Mar 9, 2012 at 10:06 AM, Mgt <
mgt.paster...@gmail.com> wrote:
> > Hello everyone,
>
> > I got this warning message several times when using ezANOVA, but I
> > can't figure out what is wrong with my data. It does not seem to
> > affect the calculations (I first got it doing one Andy Field's guided
> > tutorials found online, so I could compare the results), but I think I
> > might as well be sure about it before I apply ezANOVA to my results.
>