I'm using the function gee from the library(gee)

 

gee(Y~X,id=clust.id,corstr="exchangeable",b=tmc$coef,family=binomial(link=logit),silent=T)

 

Every time it runs, it dutifully prints out

 

Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27
user's initial regression estimate
           [,1]
[1,] -4.5278335
[2,] -0.2737999
[3,] -0.9528306
[4,]  0.9393861
[5,] -0.6618903


Unfortunately, i run thousands of these and the output gets extremely lengthy. 
Is there any way to suppress this printout in R?

 

Thank you,

Josh
                                          
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to