Skip to content
Prev 8788 / 63424 Next

table() with option "exclude=NULL" (PR#2491)

Full_Name: Jerome Asselin
Version: 1.6.2
OS: redhat linux 7.2
Submission from: (NULL) (142.103.173.179)



Bug or feature? Hard to say...
But it sure would be nice if table()
would label the frequency of NA's as
it does for NaN's.

Regards,
Jerome
1 2
3 1 1
1   2  NaN
  3   1   1   1

#For sake of comparison, Splus returns:
1 2 NA NaN
 3 1  1   1