Posts by user213428 • 26 points
1 post
-
-1
votes1
answer69
viewsA: How to turn all values of a data.frame into numeric?
Three things: first, t() is not recommended for a data.frame. Second, when it matters, put the argument stringsAsFactors = FALSE in the read.csv(). Third, try to use as.numeric() in everything. I…
ranswered user213428 26