Skip to content
Prev 15050 / 63424 Next

bug in fix & edit (PR#7642)

What exactly is supposed to be the bug here?  Despite the requests in the 
posting guide and FAQ, there is nothing to reproduce here, and
a     b
FALSE  TRUE
a     b
FALSE  TRUE

shows that your claim is false, at least in current R 2.0.1 (and you have 
failed to give your or your system details as requested -- do see the 
function bug.report).

My guess is that you do not have character columns protected by I(), and 
if so you should expect them to be coerced to factors quite arbitrarily.
That is what I() is for ....
On Thu, 3 Feb 2005 roberts@berkeley.edu wrote: