Re: [R] Capture warnings

2008-02-19 Thread Gabor Grothendieck
Check out: https://stat.ethz.ch/pipermail/r-help/2006-March/101812.html On Feb 19, 2008 1:41 PM, Nitin Jain <[EMAIL PROTECTED]> wrote: > Dear R-help members, > > I am using logistic regression on a high throughput data and would like > to capture warning messages, if generated for a particular pr

[R] Capture warnings

2008-02-19 Thread Nitin Jain
Dear R-help members, I am using logistic regression on a high throughput data and would like to capture warning messages, if generated for a particular probe. The way I am approaching it currently is: myResult <- data.frame(matrix(NA, nrow = 1000, ncol = 4)) colnames(myResult) <- c("intercep