search for: wantthat

Displaying 1 result from an estimated 1 matches for "wantthat".

2007 Jul 10
1
why doesn't as.character of this factor create a vector of characters?
I'm trying to figure out why when I use as.character() on one row of a data.frame, I get factor numbers instead of a character vector. Any suggestions? See the following code: a<-c("Abraham","Jonah","Moses") b<-c("Sarah","Hannah","Mary") c<-c("Billy","Joe","Bob")