[R] Setting width in batch mode

2005-09-08 Thread Jonathan Dushoff
break is right, while the others are too late. Jonathan Dushoff -- bug.rnw = options(width=55) data(state) data.frame(area=mean(state.area), pop=mean(state.pop), hop=mean(state.area)) c(medianarea=median(state.area

[R] Log scale in histograms

2005-09-14 Thread Jonathan Dushoff
Can't find any information about this, but others must want to do it. In the example below, the second plot has the desired log scale, but the first does not. Any help appreciated. JD -- data(state) area_Mh =

Re: [R] Log scale in histograms

2005-09-15 Thread Jonathan Dushoff
Can't find any information about this, but others must want to do it. In the example below, the second plot has the desired log scale, but the first does not. Any help appreciated. Well, I had to solve this problem myself. I hope that doesn't prove I should have posted it. I did spend a

Re: [R] Are least-squares means useful or appropriate?

2005-09-24 Thread Jonathan Dushoff
On 9/20/05, Felipe [EMAIL PROTECTED] wrote: My question was just theoric. I was wondering if someone who were using SAS and R could give me their opinion on the topic. I was trying to use least-squares means for comparison in R, but then I found some indications against them, and I wanted to

[R] mtext: rotating text

2005-10-14 Thread Jonathan Dushoff
would have been perfect is a way to rotate text in mtext. I had a similar problem trying to use mtext to put a vertical label on a vertical axis with horizontal tick labels. Jonathan Dushoff __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

[R] Where is package gridBase?

2006-06-12 Thread Jonathan Dushoff
Trying to follow the instructions on the page http://tolstoy.newcastle.edu.au/R/help/05/12/17153.html (to make a figure with an inset), I typed install.packages(gridBase, repos=http://cran.r-project.org;) and was rejected. no package 'gridBase' at the repositories in:

[R] Trouble with aovlist and Tukey test

2005-11-14 Thread Jonathan Dushoff
. But I can't seem to feed components of my aovlist to TukeyHSD. I guess I wouldn't expect to be able to use the error strata, but I did expect to be able to use the final stratum. I have posted a complete example, which I hope explains why I am confused, below. Any help will be appreciated. Jonathan

[R] hybrid in fisher.test broken?

2006-11-13 Thread Jonathan Dushoff
The hybrid feature in fisher.test looks to me like an excellent way to analyze my two-way tables. The only problem is that it does not seem to be implemented. Am I right about this? An example is pasted below. I note that I get the warning message only when I shouldn't: for a 2x2 table hybrid

Re: [R] hybrid in fisher.test broken?

2006-11-13 Thread Jonathan Dushoff
-- Jonathan Dushoff [EMAIL PROTECTED] writes: The hybrid feature in fisher.test looks to me like an excellent way to analyze my two-way tables. The only problem is that it does not seem to be implemented. Am I right about