Re: [R] abline() plot order

2003-08-11 Thread Marc Schwartz
On Thu, 2003-08-07 at 12:01, Al Piszcz wrote: Marc: I am interested in having only 'y' or 'x' axis tick bars light gray across graph. I did not realize there was a barplot2, thank you. I used your second technique (add=TRUE) and it works! Thank you very much for the speed of reply and

Re: [R] gregmisc

2003-08-11 Thread Achim Zeileis
On Thursday 07 August 2003 20:46, atsuya fujito wrote: Hi How do I install gregmisc packages? I did- % sudo R install.packages(gregmisc) . . barplot2() but, Error: couldn't find function barplot2 I guess you forgot to say library(gregmisc) maybe it's a good idea to take a

Re: [R] default directory RGui for windows NT

2003-08-11 Thread Prof Brian Ripley
See the rw-FAQ Q2.2. What happened when you looked in the FAQs before posting? On Mon, 11 Aug 2003, Roy Werkman wrote: Can anyone tell me how to change the default directory in RGui for windows NT? -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics,

Re: [R] Timer in R?

2003-08-11 Thread M.Kondrin
Jim Lemon wrote: Johnathan Williams wrote: Would anyone be so kind as to write a routine to time mouse button presses in R to the nearest millisecond? If R had a timer of this kind and a few basic screen handling routines (to write characters or graphics of different sizes and colours at

[R] Memory-problem?

2003-08-11 Thread Unternährer Thomas, uth
Hi, I have a big problem with my R-script. It seems to be a memory problem, but I'm not sure. My script: test.window - function(stat, some arguments){ several ifs and ifs in ifs (if(){...if(){...}}) } ... for (ii in 1 : length(data)){ ## data is a vector of length 2500 stat -

Re: [R] Memory-problem?

2003-08-11 Thread Ko-Kang Kevin Wang
On Mon, 11 Aug 2003, Unternährer Thomas, uth wrote: test.window - function(stat, some arguments){ several ifs and ifs in ifs (if(){...if(){...}}) } ... for (ii in 1 : length(data)){ ## data is a vector of length 2500 stat - test.window( some arguments ) ## there are 15

[R] Timer in R?

2003-08-11 Thread Jonathan Williams
Would anyone be so kind as to write a routine to time mouse button presses in R to the nearest millisecond? If R had a timer of this kind and a few basic screen handling routines (to write characters or graphics of different sizes and colours at precise times) then it would make it easy to use

Re: [R] Binary file reading problem

2003-08-11 Thread Thomas Lumley
On Fri, 8 Aug 2003, Jonathan Williams wrote: I cannot find a way to set a file pointer, so that I can set readBin to read each datum individually. seek() -thomas __ [EMAIL PROTECTED] mailing list

RE: [R] evaluating and walking in names

2003-08-11 Thread Thomas Lumley
On Wed, 6 Aug 2003 [EMAIL PROTECTED] wrote: QUESTION TO EXPERTS: While (a construction I've often used successfully): for(Z in c(X1,X2,X3)){ Z-eval(as.name(Z)) do.something.with(Z) } works, going through the variables named X1, X2, X3 in turn, when I was trying to clean up

Re: [R] Support for Bayesian statistics in R

2003-08-11 Thread Chris Lawrence
On Aug 10, Kevin S. Van Horn wrote: I'm just starting to learn to use R, and although I'm seeing lots of functions aimed at doing orthodox statistical analyses, I don't see the same for Bayesian analyses. What support does R have for Bayesian statistics? There are several packages on CRAN