Skip to content
Prev 306543 / 398506 Next

max & summary contradict each other

Hi,
Try this:
summary(x,digits=max(5))
#?? Min. 1st Qu.? Median??? Mean 3rd Qu.??? Max. 
? #? 1.0? 6901.5 13802.0 13802.0 20702.0 27603.0 
A.K.




----- Original Message -----
From: Sam Steingold <sds at gnu.org>
To: r-help at r-project.org
Cc: 
Sent: Friday, September 28, 2012 12:14 PM
Subject: [R] max & summary contradict each other

why does summary report max 27600 and not 27603?
[1] 27603
?  Min. 1st Qu.? Median? ? Mean 3rd Qu.? ? Max. 
? ? ? 1? ? 6902?  13800?  13800?  20700?  27600