rom: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of McGehee, Robert
Sent: Wednesday, June 21, 2006 7:13 PM
To: R-devel
Subject: [Rd] Suggestion for all.equal.factor
R-Devel,
all.equal.factor gives a warning message when comparing vectors of
factors of different lengths. I suspect
R-Devel,
all.equal.factor gives a warning message when comparing vectors of
factors of different lengths. I suspect this to be unintentional as I
believe tests of valid factors should be comparable without a warning.
For example:
> x1 <- as.factor(LETTERS)
> x2 <- as.factor(LETTERS)[1:10]
> all.eq