is not really a valid solution. Is there anything I
can do about this?
--
Ryan Hope, M.S.
CogWorks Lab
Cognitive Science Department
Rensselaer Polytechnic Institute
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE
I have an anova model that looks like this:
aov(log(Y)~X+Error(Participant/X))
Is there a way to do a planned contrast on a repeated measures
model... something with an error term? I get an error when I do this:
contrasts(X)=cbind(-3,-1,1,3)
summary.lm(aov(log(Y)~X+Error(Participant/X)))
Any he
Sorry if this is the wrong ml for this question, I am new to R. I am
trying to use R to analyze the data from my thesis experiment and I am
having troubles accounting for the pseudoreplication properly from
having each participant repeat each treatment combination (combination
of fixed factors) 5 t
3 matches
Mail list logo