Skip to content
Prev 199633 / 398503 Next

categorization

I don't know if it's "the fastest" way, but you can get there with

as.character(factor(exData$Condition, levels=c("c20", "c10", "c9",
"c5"), labels=c("AA", "BB", "CC", "DD")))

-Ista
On Mon, Nov 9, 2009 at 2:06 PM, phoebe kong <sityeekong at gmail.com> wrote: