[R] How do I force confint() for glm() to be quiet?
sina rueeger
sina.rueeger at gmail.com
Fri Mar 9 12:48:24 CET 2012
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.
More information about the R-help
mailing list