[Rd] a generic 'attach'?

2006-02-04 Thread Bill.Venables
Is there any reason why 'attach' is not generic in R? I notice that it is in another system, for example, and I can see some applications if it were so in R. Bill Venables. Bill Venables, CMIS, CSIRO Laboratories, PO Box 120, Cleveland, Qld. 4163 AUSTRALIA __

Re: [Rd] pbinom with size argument 0 (PR#8560)

2006-02-04 Thread p . dalgaard
P Ehlers <[EMAIL PROTECTED]> writes: > I prefer a (consistent) NaN. What happens to our notion of a > Binomial RV as a sequence of Bernoulli RVs if we permit n=0? > I have never seen (nor contemplated, I confess) the definition > of a Bernoulli RV as anything other than some dichotomous-outcome >

[Rd] Using the lazy data mechanism

2006-02-04 Thread John Fox
Dear list members, I'm trying to use the lazy data mechanism with the car package, so far without success. The data sets are in the source package's data subdirectory in the form of compressed .rda files, and I added the directive LazyData: yes to the package's DESCRIPTION file. I suspect that th

Re: [Rd] pbinom with size argument 0 (PR#8560)

2006-02-04 Thread P Ehlers
(Ted Harding) wrote: > On 03-Feb-06 Peter Dalgaard wrote: > >>(Ted Harding) <[EMAIL PROTECTED]> writes: >> >> >>>On 03-Feb-06 [EMAIL PROTECTED] wrote: >>> Full_Name: Uffe Høgsbro Thygesen Version: 2.2.0 OS: linux Submission from: (NULL) (130.226.135.250) Hello all.

Re: [Rd] pbinom with size argument 0 (PR#8560)

2006-02-04 Thread ehlers
(Ted Harding) wrote: > On 03-Feb-06 Peter Dalgaard wrote: > >>(Ted Harding) <[EMAIL PROTECTED]> writes: >> >> >>>On 03-Feb-06 [EMAIL PROTECTED] wrote: >>> Full_Name: Uffe Høgsbro Thygesen Version: 2.2.0 OS: linux Submission from: (NULL) (130.226.135.250) Hello all.

Re: [Rd] Rprintf loop status does not print under windows

2006-02-04 Thread Liaw, Andy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Murdoch > Sent: Saturday, February 04, 2006 1:23 PM > To: Andrew Finley > Cc: r-devel@r-project.org > Subject: Re: [Rd] Rprintf loop status does not print under windows > > > On 2/4/2006 1:14

Re: [Rd] Rprintf loop status does not print under windows

2006-02-04 Thread Duncan Murdoch
On 2/4/2006 1:14 PM, Andrew Finley wrote: > Hello, > I am writing a c/c++ extension package that does some mcmc sampling, and > periodically writes the sampling status to the terminal via Rprintf. So in > my sampling loop I have: > > if(status == 100){ > Rprintf("%i...", s); > status = 0; > }

[Rd] Rprintf loop status does not print under windows

2006-02-04 Thread Andrew Finley
Hello, I am writing a c/c++ extension package that does some mcmc sampling, and periodically writes the sampling status to the terminal via Rprintf. So in my sampling loop I have: if(status == 100){ Rprintf("%i...", s); status = 0; } status++; Under linux/unix this works fine, but under wind

Re: [Rd] What about a bib file

2006-02-04 Thread Friedrich . Leisch
> On Mon, 30 Jan 2006 17:49:37 -0500 (EST), > Vincent Carey 525-2265 (VC5) wrote: > Romain Francois suggests that a central bibliographic database > (possibly in bibtex format) might be useful for reference inclusion > in R package man pages. This has been discussed by a small > g

Re: [Rd] Citation of R packages

2006-02-04 Thread Friedrich . Leisch
> On Mon, 30 Jan 2006 10:06:52 +1100 (EST), > John Maindonald (JM) wrote: > The bibtex citations provided by citation() do not > work all that well in cases where there is no printed > document to reference: That's why there is a warning at the end that they will need manual editing

[Rd] javascript device for R

2006-02-04 Thread Romain Francois
Hi, Has anyone started a javascript device for R. I don't see something like that googling or at on http://www.stat.auckland.ac.nz/~paul/R/devices.html For example, using that graphics library : http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm (I cc that message to the author.) ps : this i

[Rd] script window fails to load script (PR#8564)

2006-02-04 Thread helen . mills
Full_Name: helen mills poulos Version: 2.2.1 OS: windows Submission from: (NULL) (68.9.235.48) When using the randomForest package, I have had problems when running scripts after r has been open for some time, and after running multiple iterations of random forest. After about the 4th or 5th time