Re: [R] error in display function of the ARM package

2007-10-31 Thread Kari Ruohonen
Thank you very much for the answer. Re-installation (I did a full reinstall of R and packages I use) helped and cured the problem. I had somehow missed the advice to re-install packages when upgrading to 2.6.0 and had only used update.packages(). regards, Kari On Wed, 2007-10-31 at 09:30 +,

Re: [R] error in display function of the ARM package

2007-10-31 Thread Prof Brian Ripley
On Wed, 31 Oct 2007, Kari Ruohonen wrote: > Hi, > > I get the following error message when trying to use the display > function on the ARM package: You seem to mean 'arm' not 'ARM'. >> display(model) > Error in .Internal(round(x, digits)) : no internal function "round" > > Looks like some kind o

[R] error in display function of the ARM package

2007-10-31 Thread Kari Ruohonen
Hi, I get the following error message when trying to use the display function on the ARM package: > display(model) Error in .Internal(round(x, digits)) : no internal function "round" Looks like some kind of mismatch between the ARM package and some others? Can I somehow get around it? I have lea