Skip to content
Prev 22366 / 63421 Next

Should NA's in summary() output always be reported???

Consider
Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
      1         2         3          3          4        5
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