Re: [R] Random Forest Reading N/A's, I don't see them

2011-12-20 Thread Lost in R
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. __

Re: [R] Random Forest Reading N/A's, I don't see them

2011-12-16 Thread Lost in R
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

Re: [R] Random Forest Reading N/A's, I don't see them

2011-12-16 Thread Lost in R
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

Re: [R] Random Forest Reading N/A's, I don't see them

2011-12-15 Thread Lost in R
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

[R] Random Forest Reading N/A's, I don't see them

2011-12-15 Thread Lost in R
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

[R] Anyone See a Problem with my Header/Data?

2011-12-09 Thread Lost in R
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,