Skip to content
Prev 75041 / 398502 Next

use of NA's

To test for 'NA' you shouldn't use '=='.  Use 'is.na()' instead.

-roger
tom wright wrote: