In stats:::confint.glm (actually it is MASS:::confint.glm) you see that the message() function is used to produce "waiting for ...". To avoid this message you can just use suppressMessages(confint(my.fit)) At least in R it works, hope it works with Sweave as well.
Regards, Sina -- View this message in context: http://r.789695.n4.nabble.com/How-do-I-force-confint-for-glm-to-be-quiet-tp4459152p4459227.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.