Re: [R] Sweave glm.fit

2010-06-08 Thread Jimmy Söderly
Thanks for the advice. I found the function : summary(mcmc(x)), from the coda package. 2010/6/4 Gavin Simpson > On Thu, 2010-06-03 at 23:44 +0200, Jimmy Söderly wrote: > > Thanks for your help. > > > > Does it have something to do with the mcmc package, the coda package, or > the > > lattice pa

Re: [R] Sweave glm.fit

2010-06-03 Thread Gavin Simpson
On Thu, 2010-06-03 at 23:44 +0200, Jimmy Söderly wrote: > Thanks for your help. > > Does it have something to do with the mcmc package, the coda package, or the > lattice package ? Is there something stopping you checking this for yourself? You have the code *you* are running, after all, and we d

Re: [R] Sweave glm.fit

2010-06-03 Thread Jimmy Söderly
Thanks for your help. Does it have something to do with the mcmc package, the coda package, or the lattice package ? Jimmy 2010/6/3 Gavin Simpson > On Wed, 2010-06-02 at 20:29 +0200, Jimmy Söderly wrote: > > Dear R users, > > > > After running Sweave, this is what I get : > > > > Warning messa

Re: [R] Sweave glm.fit

2010-06-03 Thread Gavin Simpson
On Wed, 2010-06-02 at 20:29 +0200, Jimmy Söderly wrote: > Dear R users, > > After running Sweave, this is what I get : > > Warning messages: > 1: glm.fit: algorithm did not converge > 2: glm.fit: algorithm did not converge > There is no glm.fit function in my code. glm calls glm.fit did you call

Re: [R] Sweave glm.fit

2010-06-02 Thread Erik Iverson
Erik Iverson wrote: How could we possibly tell without your code? Do you call glm or fit *any* models in your code? Can you use traceback() to see the trace of function calls that generated the error? Sorry you aren't getting an error, but a warning, my mistake.

Re: [R] Sweave glm.fit

2010-06-02 Thread Erik Iverson
How could we possibly tell without your code? Do you call glm or fit *any* models in your code? Can you use traceback() to see the trace of function calls that generated the error? Jimmy Söderly wrote: Dear R users, After running Sweave, this is what I get : Warning messages: 1: glm.fit:

[R] Sweave glm.fit

2010-06-02 Thread Jimmy Söderly
Dear R users, After running Sweave, this is what I get : Warning messages: 1: glm.fit: algorithm did not converge 2: glm.fit: algorithm did not converge There is no glm.fit function in my code. Where does it come from ? From Sweave ? From system.time ? Thanks for your help, Jimmy [[alt