Displaying 2 results from an estimated 2 matches for "ofcharacters".
Did you mean:
characters
2007 Sep 01
1
why doesn't as.character of this factor create a vector ofcharacters?
...haracter)
Michael
-----Original Message-----
From: r-help-bounces_at_stat.math.ethz.ch
[mailto:r-help-bounces_at_stat.math.ethz.ch] On Behalf Of Andrew Yee
Sent: Tuesday, July 10, 2007 8:57 AM
To: r-help_at_stat.math.ethz.ch
Subject: [R] why doesn't as.character of this factor create a vector
ofcharacters?
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","...
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")