laurencevo
06-25-2009, 07:51 AM
Hi,
I just started to work with R and I am trying to load excel data into a special R package called iTRAQPak with:
>LoadData("C:\\Laurence\\Rstatisticalanalysis.xls", mod.eval = F, sep = "\t", tags.s1 = c(113, 115, 118, 119), tags.s2 = c(114, 116, 117, 121))
Then I receive this error message:
Error in 1:dim(dat)[1] : NA/NaN argument
In addition: Warning message:
In read.table(file = file, sep = sep, header = T) :
incomplete final line found by readTableHeader on 'C:\Laurence\Rstatisticalanalysis.xls'
I looked for the meaning and solving of this error in different manuals, but I can't find anything. Could someone help me with this?
Thanks a lot!
I just started to work with R and I am trying to load excel data into a special R package called iTRAQPak with:
>LoadData("C:\\Laurence\\Rstatisticalanalysis.xls", mod.eval = F, sep = "\t", tags.s1 = c(113, 115, 118, 119), tags.s2 = c(114, 116, 117, 121))
Then I receive this error message:
Error in 1:dim(dat)[1] : NA/NaN argument
In addition: Warning message:
In read.table(file = file, sep = sep, header = T) :
incomplete final line found by readTableHeader on 'C:\Laurence\Rstatisticalanalysis.xls'
I looked for the meaning and solving of this error in different manuals, but I can't find anything. Could someone help me with this?
Thanks a lot!