dorien wrote: > >> fit <- lm((tos~nh1*nh2*nh3*randsize*aweights*tt1*tt2*tt3*iters*length, > data=expdata)) > Error: unexpected ',' in "fit <- > lm((tos~nh1*nh2*nh3*randsize*aweights*tt1*tt2*tt3*iters*length," > >
Peter's point is the important one: too many interactions, and even with + instead of * you might be running into problems. But anyway: if you don't let us access /home/dorien/UA/meta-music/optimuse/optimuse1-build-desktop/results/results_processedCP you cannot expect a better answer which will depend on the structure of the data set. Dieter -- View this message in context: http://r.789695.n4.nabble.com/Rsquared-for-anova-tp3452399p3453719.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.