Skip to content
Back to formatted view

Raw Message

Message-ID: <C83C5E3DEEE97E498B74729A33F6EAEC0387846F@DJFPOST01.djf.agrsci.dk>
Date: 2006-10-12T20:44:18Z
From: Søren Højsgaard
Subject: Should NA's in summary() output always be reported???

Consider
> summary(1:5)
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
      1         2         3          3          4        5 
> summary(c(1:5,NA))
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
      1         2         3          3          4         5       1 

Wouldn't it be more stringent if "NA's" was also reported in the first case??
Regards
S?ren