#Rstats Why is is.vector(list('abc', 1, NA))==TRUE?
Replying to @HarlanH
@HarlanH A list is a vector too :) Try is.vector(list('abc',1,NA), mode="numeric") instead.

May 20, 2011 · 4:08 PM UTC