Re: [Rd] odd evaluation within correlation argument of glmmPQL

2009-11-02 Thread Ben Bolker
Ben Bolker ufl.edu> writes: > > [snip example and patches] > The basic issue is that glmmPQL throws out data that are > not involved in the fixed or random model terms, or in the offset > term. It doesn't save variables that are only found in the > correlation formula argument. It's hard to im

[Rd] R292 and tcl/tk

2009-11-02 Thread Chuck White
BACKGROUND R2.9.2 built on power5 aix5.3 using gcc 4.2.4 (also installed: tcl and tk 8.5.7) Access from a Windows XP machine using Exceed v9.0, aixterm (DISPLAY etc. setup) export LDFLAGS="-L/usr/lib64 -L/opt/freeware/lib64 -L/opt/freeware/64/lib -L/usr/X11R6/lib -L/opt/freewa

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-02 Thread Gabor Grothendieck
On Mon, Nov 2, 2009 at 9:53 AM, John Fox wrote: > I think that there's one more thing to be said in favour of chm help, and > that's that its format is familiar to Windows users. I've been using html > help on Windows myself for a long time, but before R 2.10.0 recommended chm > help to new Window

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-02 Thread John Fox
Dear Alexios and Duncan, I think that there's one more thing to be said in favour of chm help, and that's that its format is familiar to Windows users. I've been using html help on Windows myself for a long time, but before R 2.10.0 recommended chm help to new Windows users of R. That said, I expe

[Rd] two small wishes (with code sugegstions) for R-core

2009-11-02 Thread Jens Oehlschlägel
Dear R developers, It would be great if you could implement the two minor code changes suggested below, which would help processing large objects in R. Jens Oehlschlägel # Wish no. 1: let [.AsIs return the class AFTER subsetting, not the class of the original object # Wish no. 2: adjust writ

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-02 Thread alexios
Duncan Murdoch wrote: On 01/11/2009 5:47 PM, alexios wrote: Peter Ehlers wrote: Duncan Murdoch wrote: On 31/10/2009 6:05 PM, alex...@4dscape.com wrote: Full_Name: alex galanos Version: 2.10.0 OS: windows vista Submission from: (NULL) (86.11.78.110) I respectfully request that the chm help s

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-02 Thread alexios
Peter Ehlers wrote: Duncan Murdoch wrote: On 31/10/2009 6:05 PM, alex...@4dscape.com wrote: Full_Name: alex galanos Version: 2.10.0 OS: windows vista Submission from: (NULL) (86.11.78.110) I respectfully request that the chm help support for windows, which was very convenient, be reinstated.

[Rd] Help with issues for update when defining S3 methods for lm

2009-11-02 Thread Ulrike Groemping
Dear expeRts, in my package DoE.base, I have defined a generic for lm (lm <- function(formula, ...){UseMethod("lm")}) and functions lm.design and lm.default (lm.default <- stats::lm). The namespace exports "lm", and defines the methods with S3method (e.g. S3method("lm",default)). This construc