Skip to content
Prev 201475 / 398506 Next

NAs introduced by coercion warning?

In my experience, it is generally due to something like this example:
[1]  1 NA  2
Warning message:
NAs introduced by coercion
There may be other operations that generate that error, I can't say 
for sure. But the above example illustrates what I look for when I 
get that particular message.

-Don
At 10:52 AM -0700 11/23/09, Omar Gonzalez Post wrote: