Bill thanks so much. I left of the as.matrix and it worked! I really
appreciate the help.
--
View this message in context:
http://r.789695.n4.nabble.com/Random-Forest-Reading-N-A-s-I-don-t-see-them-tp4201546p4218240.html
Sent from the R help mailing list archive at Nabble.com.
__
The data set I attached was just those 10 lines. It was only meant to show
any possible obvious mistake I may have made. The real set has the 4498 line
of data.
--
View this message in context:
http://r.789695.n4.nabble.com/Random-Forest-Reading-N-A-s-I-don-t-see-them-tp4201546p4206630.html
Sent
I've also attached here a sample of my data in Excel. I'm thinking it must be
a problem with a character, but can't figure it out. Is there a list
somewhere of characters to avoid in R?
Thanks,
Mike
http://r.789695.n4.nabble.com/file/n4205479/Sample_Data_Set.csv
Sample_Data_Set.csv
--
View this
Thanks Michael - That was a help, i got rid of the "," in my numbers and the
"%" which were making many of the numeric variables FACTORS. It appears that
I made all of the those revisions, but still getting the same error.
Attached is the str() output if anyone could shed some light it would be
mu
After checking the original data in Excel for blanks and running Summary(cm3)
to identify any null values in my data, I'm unable to identify an instances.
Yet when I attempted to use the data in Random Forest, I get the following
error. Is there something that Random Forest is reading as null which
First time using R. Having problems importing my data. Can anyone take a look
at my data to see if there is something stupid that I'm doing? This is the
error that I'm getting.
<- read.table("C:\\CM3_DATASET.out.txt",
+ sep="\t",header=TRUE)
Error in scan(file, what, nmax, sep, dec, quote, skip,
6 matches
Mail list logo