Skip to content
Prev 320257 / 398506 Next

Reassign Multiple Factors to same Factor Value

Hi Lorenzo,

On Mon, Mar 25, 2013 at 6:18 PM, Lorenzo Isella
<lorenzo.isella at gmail.com> wrote:
levels(df$y) <- c("a", "b", "c", "d", rep("others", 3))

will do the job.

considering that