[R] How to load data file without attribute names?
44whyfrog
44whyfrog at 163.com
Sun Nov 28 13:08:29 CET 2010
Thank you very much.
What I actually do was
data1 <- read.delim(path,head=FALSE,sep=",")
motor_UPDRS <-data1[5]
qqnorm(motor_UPDRS)
I eventually noticed that I missed a "," in the second command. And I cannot
retrieve a vector correctly.
--
View this message in context: http://r.789695.n4.nabble.com/How-to-load-data-file-without-attribute-names-tp3061489p3062333.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list