Re: [Rd] New vcov(*, complete=TRUE) etc -- coef() vs coef()

2017-11-07 Thread Fox, John
Dear Martin, I think that your plan makes sense. It's too bad that aov() behaved differently in this respect from lm(), and thus created more work, but it's not be a bad thing that the difference is now explicit and documented. I expect that that other problems like this will surface, particula

[Rd] New vcov(*, complete=TRUE) etc -- coef() vs coef()

2017-11-07 Thread Martin Maechler
> Martin Maechler > on Thu, 2 Nov 2017 21:59:00 +0100 writes: > Fox, John > on Thu, 14 Sep 2017 13:46:44 + writes: >> Dear Martin, I made three points which likely got lost >> because of the way I presented them: >> (1) Singularity is an unusual situatio

Re: [Rd] range function with finite=T and logical parameters

2017-11-07 Thread Tomas Kalibera
FYI this has been fixed in R-devel by Martin Tomas On 10/23/2017 06:36 PM, Martin Maechler wrote: Lukas Stadler on Mon, 23 Oct 2017 15:56:55 +0200 writes: > Hi! > I was wondering about the behavior of the range function wrt. logical NAs: >> range(c(0L, 1L, NA), finite=T)