Skip to content
Prev 166054 / 398502 Next

prblem with NA

Prof Brian Ripley wrote:
why would this be more accurate?

is(TRUE+0)
# numeric, not integer

is.integer(TRUE+0)
# FALSE

vQ