# works as expected
> ac <- c('A','B');
> identical(ac,ac[1:2])
[1] TRUE
 
 #but
> af <- factor(ac)
> identical(af,af[1:2])
[1] FALSE

Any opinions?

Jonathan Swinton, Statistical Scientist, Computational Biology, Pathway
Analysis, Global Sciences and Information, AstraZeneca

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to