Re: [R] model.tables error from aov

2008-12-17 Thread John Vokey
In addition, your model statement is odd. Note that within-S factor Type is tested with both the type I and the type II residuals, whereas only the latter should be used. Try this model instead: aov.errs.ae <- aov(TrainErrs ~ idio*Type + Error(Subject/ Type),data=learnDat.ae) or, for mor

Re: [R] F values from a Repeated Measures aov

2008-04-29 Thread John Vokey
Two things: 1. the + Sex term is superfluous 2. the variable Subject needs to be a Factor, not a vector (as I suspect it currently is). That is, add: mydata.tab$Subject=as.factor(mydata.tab$Subject) in the preamble before the aov call, and all should be fine. On 29-Apr-08, at 4:00 AM, [EMA

Re: [R] Journal for R

2008-03-31 Thread John Vokey
Yes. Try: Tutorials in Quantitative Methods for Psychology (I am on the Editorial Board). On 31-Mar-08, at 4:00 AM, [EMAIL PROTECTED] wrote: > Hi the list > > I made up a new statistical procedure. I will publish it in a medical > journal, but there will be only the way