> "TL" == Thomas Lumley
> on Sat, 25 Apr 2009 19:00:14 +0200 (CEST) writes:
>> m<-matrix(c(0,1),ncol=2)
>> printCoefmat(m)
TL> [,1] [,2]
TL> [1,] NaN1
TL> Warning messages:
TL> 1: In min(x) : no non-missing arguments to min; returning Inf
TL> 2: In ma
> m<-matrix(c(0,1),ncol=2)
> printCoefmat(m)
[,1] [,2]
[1,] NaN1
Warning messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) : no non-missing arguments to max; returning -Inf
3: In log(c(Inf, -Inf), 10) : NaNs produced
> sessionInfo()
R version 2.9.0 be