[R] Indexing in anova summary output of the form: summary(aov(y ~ x1, Error = (x1/x2)))

2007-04-05 Thread Michael D. Rennie
at elements in that, trying things like a$Mean or a[,2] but all return Error: incorrect number of dimensions probably because length(a) [1] 1 Does anyone have any reccomendations on how to go any further here? Cheers, Mike -- Michael D. Rennie Ph.D. Candidate University of Toronto

Re: [R] Indexing in anova summary output of the form: summary(aov(y ~ x1, Error = (x1/x2)))

2007-04-05 Thread Michael D. Rennie
example (see the footer and the posting guide) it is not possible to show you working code. On Thu, 5 Apr 2007, Michael D. Rennie wrote: Hi, there I'm trying to get the value of the Mean Square from the ANOVA model summary that comes from specifying the error term, and am wondering if one can

[R] recording graphics going from lattice to traditional plots, and issues with log axes

2007-02-27 Thread Michael D. Rennie
, ylog = TRUE, ... don't do anything, and the only way I can get my log log axes is to do a traditional plot with the argument log = xy which doesn't do anything in the lattice framework. Any suggestions on either of these issues (recording and log axes)? Cheers, Mike -- Michael D