Gavin Simpson <[EMAIL PROTECTED]> [Sun, Jul 13, 2008 at 08:18:37PM CEST]: > On Sun, 2008-07-13 at 18:47 +0200, Johannes Huesing wrote: [...] > > as.factor(c("eins", "zwei", "drei"))[FALSE] > > does the job but looks a bit weird. > > [...] > > factor(levels = c("one","two","three")) > factor(0) > Levels: one two three
Ah, ok, I was unaware of factor(), only knew as.factor(). Many thanks Johannes -- Johannes Hüsing There is something fascinating about science. One gets such wholesale returns of conjecture mailto:[EMAIL PROTECTED] from such a trifling investment of fact. http://derwisch.wikidot.com (Mark Twain, "Life on the Mississippi") ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.