Re: [R] R Error, very odd....

2013-06-21 Thread thomas.k
I received the same error message. With me, the problem was that I had the cells in my CSV file in Excel formatted as percentages. R read them as factors and not as numeric values. After changing the cell format from percentage to general in Excel, the problem was solved. -- View this message

Re: [R] R Error, very odd....

2012-06-06 Thread Nane
I had the exact same error message, and figured out that the problem was coming from one of my cell being filled with a Na instead of a NA. -- View this message in context: http://r.789695.n4.nabble.com/R-Error-very-odd-tp887545p4632492.html Sent from the R help mailing list archive at

Re: [R] R Error, very odd....

2009-05-11 Thread Dieter Menne
Katie2009 wrote: I'm trying to analyse some excel data in R. The problem is that when i input the data with the first column as absolute values, everything works fine, can analyse as normal. When I leave the first column unchanged to import negative numbers as well I get: Error in

[R] R Error, very odd....

2009-05-11 Thread Katie2009
I'm trying to analyse some excel data in R. The problem is that when i input the data with the first column as absolute values, everything works fine, can analyse as normal. When I leave the first column unchanged to import negative numbers as well I get: Error in storage.mode(y) - double :

Re: [R] R Error, very odd....

2009-05-11 Thread Dieter Menne
Katie2009 wrote: hi dieter, the method i'm using is in excel, copying the data, then in r w-read.delim(clipboard) w-as.data.frame(w) i've been doing a bit more fiddling, and have identified the 'class' of the column that i'm having trouble with, is classified as 'factor' whilst

Re: [R] R Error, very odd....

2009-05-11 Thread Katie2009
hi dieter, the method i'm using is in excel, copying the data, then in r w-read.delim(clipboard) w-as.data.frame(w) i've been doing a bit more fiddling, and have identified the 'class' of the column that i'm having trouble with, is classified as 'factor' whilst the rest are numeric. if i

Re: [R] R Error, very odd....

2009-05-11 Thread Don MacQueen
At 12:37 AM -0700 5/11/09, Katie2009 wrote: hi dieter, the method i'm using is in excel, copying the data, then in r w-read.delim(clipboard) w-as.data.frame(w) i've been doing a bit more fiddling, and have identified the 'class' of the column that i'm having trouble with, is classified