Displaying 1 result from an estimated 1 matches for "bekam".
Did you mean:
beam
2008 Jul 30
2
problem with read.table()
...t;,7), rep ("of",
12))
Table<-read.table("Table.txt",header=TRUE,row.names=1, na.strings="NA"
,colClasses = Classe82)
I get this error-message:
Fehler in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, :
scan() erwartete 'a real', bekam '8,5'
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,
:
scan() expected 'a real', got '8,5'
It seems that the error is in the colClasses-argument. Without this argument
it reads the table.
I checked allready if there are empty cells or bla...