From: Prof Brian D Ripley (ripley@stats.ox.ac.uk)
Date: Fri 29 Mar 2002 - 17:57:53 EST
Message-id: <Pine.GSO.4.44.0203290655230.9066-100000@auk.stats>
On Fri, 29 Mar 2002, Chris Wen wrote:
> Hi,
>
> I am a newbie of R...
>
> What does the following message mean when I tried running a summary() on a
> dataset?
>
> Warning message:
> Integer overflow in sum(.); use sum(as.numeric(.))
It means that you are taking the mean of some very large integers, and
the calculation is overflowing. It is just a warning.
This will not happen in the next release of R.
Please use a subject when posting to a list.
-- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This archive was generated by hypermail 2.1.3 : Wed 16 Oct 2002 - 11:57:10 EST