Skip to content
Prev 105713 / 398503 Next

Summary shows wrong maximum

Bert--

Well, in an attempt to be pithy, I think I lost my message.

The comment was directed not at you specifically, but at the
idea that, given four print positions, one would ever want to
print zeroes instead of data without an explicit warning.

I quite agree with your comments on precision.  However, if more
than those two or three digits are *printed*, I think they
should be as accurate as possible, or accompanied in each place
by a written disclaimer.

Let's say that the mean of the data is not zero, but that the
precision is well within the range of floating point.  Then,
information is being thrown away for no clear reason.  What
makes it "nasty" in my opinion is that the information *appears*
to be there.  (Maybe this is a problem in semiotics.)  So while
I don't think "1.01e3" is more correct than "1010", it does not
appear to be conveying information that has been stripped from
the result.

Is the following really how we want R to work?
Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
  19000   19000   19000   19000   19000   19010 

Respectfully,
--Mike
Bert Gunter <gunter.berton at gene.com> wrote: