[R] 3d bar plot

2005-10-28 Thread Jan Wiener
Hi, does anyone has a bar plot function that produces something like this (I hope attachments work) ? If not, I simply want to produce 3d bar plots. Thanks in advance, Jan __ R-help@stat.math.ethz.ch mailing list

[R] aov() and lme()

2005-10-27 Thread Jan Wiener
Sorry for reposting, but even after extensive search I still did not find any answers. using: summary(aov(pointErrorAbs~noOfSegments*turnAngle+Error(subj/(noOfSegments+turnAngle)), data=anovaAllData )) with subj being a random factor and noOfSegments and turnAngle being fixed factors, I get

[R] another ANOVA/LM question

2005-10-26 Thread Jan Wiener
Sorry for posting a possibly stupid question. I am using aov() for calculating ANOVA as follows: summary(aov(depVar~factor1*factor2+Error(subject/(factor1+factor2)), data=anovaAllData)) and usually all works fine. How exactly the call has to look if I want to use lm() directly to obtain the

[R] reading special text files

2005-08-24 Thread Jan Wiener
hello, assume you have a txt-file (sep=\t or ) looking as follows that you want to read into a variable: 1 1 2 3 2 1 2 3 4 3 1 5 6 7 8 the result should look like this (e.g., in a data.frame): 1