Using ezBoot() to get a bootstrapped mixed ANOVA in R

1k views Asked by At

I am trying to bootstrap a mixed effects ANOVA. I have a fixed effect with two levels and a within-subjects factor with two conditions.

I though the ezBoot() function in R might work, and i can get this to work:

an2=ezBoot(data=data, wid=pps, dv=latency2, within=Condition, between=BREED, resample_within=FALSE, iterations=1e3)    

But i am not sure how to go from there and get the ANOVA results.

Thanks in advance!

0

There are 0 answers