[Rd] write.table() fails for POSIXlt class and NAs in anothervariable (PR#3229)

2003-06-11 Thread ligges
Consider the following data.frame: testdata date nothing 1 1991-12-31 NA 2 1991-12-31 NA where date is of class POSIXlt. For easy reproducibility: testdata - structure(list(date = structure(list(sec = c(0, 0), min = c(0, 0), hour = c(0, 0), mday = c(31, 31), mon =

[Rd] terrain.colors (PR#3233)

2003-06-11 Thread d . a . wooff
Full_Name: David Wooff Version: 1.7.0 OS: i386-pc-mingw32 Submission from: (NULL) (129.234.4.10) terrain.colors(1) returns an error message: Error in hsv(h,s,v,gamma): invalid argument length __ [EMAIL PROTECTED] mailing list

Re: [Rd] bug in glm()? (PR#3223)

2003-06-11 Thread Thomas Lumley
On Tue, 10 Jun 2003 [EMAIL PROTECTED] wrote: glm() seems to converge, even when it shouldn't. I am trying to fit a model where $converge=FALSE and I am fitting models that do not converge in SAS, but they seem to converge in R ... While it wouldn't be the first time there was a bug in glm,

Re: [Rd] bug in glm()? (PR#3223)

2003-06-11 Thread Gordon Smyth
At 01:37 AM 12/06/2003, [EMAIL PROTECTED] wrote: Full_Name: Bonnie LaFleur Version: 1.6.1 OS: Windows Submission from: (NULL) (160.129.25.106) All, I sincerely apologize for being so vague with my bugs query. Part of this is that it is not directly related to a specific data analysis, but rather