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
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
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
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
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
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
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.
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