search for: bounces_at_stat

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

2007 Sep 01
1
why doesn't as.character of this factor create a vector ofcharacters?
...onah Moses $b [1] Sarah Levels: Hannah Mary Sarah $c [1] Billy Levels: Billy Bob Joe It is quite obvious why it is so complicated to untangle these. I think the best way would be: one.line<- sapply(df[df$a=="Abraham",],as.character) 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() o...