Re: [R] gee: suppress printout

2012-02-02 Thread Uwe Ligges
On 02.02.2012 06:37, Ginata86 wrote: I am using the method to sink the output. However, it can only suppress 'user's initial regression estimate ' and still display the following sentence ' Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27' You have been told to use

Re: [R] gee: suppress printout

2012-02-02 Thread Søren Højsgaard
-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] På vegne af Ginata86 Sendt: 2. februar 2012 06:38 Til: r-help@r-project.org Emne: Re: [R] gee: suppress printout I am using the method to sink the output. However, it can only suppress 'user's initial regression estimate ' and still

Re: [R] gee: suppress printout

2012-02-01 Thread Ginata86
I am using the method to sink the output. However, it can only suppress 'user's initial regression estimate ' and still display the following sentence ' Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27' I am just wondering is there any way that we can also suppress this one? Because I

[R] gee: suppress printout

2009-10-12 Thread joshua wells
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

Re: [R] gee: suppress printout

2009-10-12 Thread cls59
joshua wells wrote: 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 One function that comes to mind is sink() which allows you to redirect

Re: [R] gee: suppress printout

2009-10-12 Thread Rolf Turner
On 13/10/2009, at 2:55 PM, joshua wells wrote: 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