>>>>> "TL" == Thomas Lumley <tlum...@u.washington.edu> >>>>> 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,] NaN 1 TL> Warning messages: TL> 1: In min(x) : no non-missing arguments to min; returning Inf TL> 2: In max(x) : no non-missing arguments to max; returning -Inf TL> 3: In log(c(Inf, -Inf), 10) : NaNs produced Thank you, Thomas. This is now fixed in R 2.9.0 patched (rev.48431) and R-devel. Martin >> sessionInfo() TL> R version 2.9.0 beta (2009-04-08 r48309) TL> i386-apple-darwin9.6.0 TL> locale: TL> en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 TL> attached base packages: TL> [1] stats graphics grDevices utils datasets methods base TL> Thomas Lumley Assoc. Professor, Biostatistics TL> tlum...@u.washington.edu University of Washington, Seattle ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel