Re: [R] Re moving levels of a factor

2009-11-11 Thread Uwe Ligges
Dieter Menne wrote: Henrik Wahren wrote: How can one or more levels be removed from a factor of a data frame. There was a similar post on how to do this when a factor meets some criterion (e.g. <= 2), but I can¹t seem to get that solution to work. Here, I simply want to drop some levels.

Re: [R] Re moving levels of a factor

2009-11-10 Thread Dieter Menne
Henrik Wahren wrote: > > How can one or more levels be removed from a factor of a data frame. There > was a similar post on how to do this when a factor meets some criterion > (e.g. <= 2), but I can¹t seem to get that solution to work. > Here, I simply want to drop some levels. > > Simply ca