# 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