[R] 500 and above ignored

2007-04-10 Thread Constant Depièreux
Hello, I have a data crunching program which causes me a problem. Some of the data are identified with an sign followed by a integer. No problem is experienced when analysing data below 500, but value above are ignored. Is there some limitation in R on this topic? Many thanks for your

Re: [R] 500 and above ignored

2007-04-10 Thread Ted Harding
On 10-Apr-07 07:48:38, Constant Depièreux wrote: Hello, I have a data crunching program which causes me a problem. Some of the data are identified with an sign followed by a integer. No problem is experienced when analysing data below 500, but value above are ignored. Is there

Re: [R] 500 and above ignored

2007-04-10 Thread jim holtman
Read the data in as a string and then remove the with 'gsub'. What does your data file look like and how big is it? It would be useful to provide a sample of your data so we could answer the question easier. On 4/10/07, Constant Depièreux [EMAIL PROTECTED] wrote: Hello, I have a data

Re: [R] 500 and above ignored

2007-04-10 Thread Jim Lemon
Constant Depièreux wrote: Hello, I have a data crunching program which causes me a problem. Some of the data are identified with an sign followed by a integer. No problem is experienced when analysing data below 500, but value above are ignored. Is there some limitation in R on