I want to import a triangular dataset (33 elements on first line, 32 on the second line, 31 on third line,...)
I tried:
Xij=read.table( file=file.choose(), header=FALSE)
which gives me the error: Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 2 did not have 9 elements
Can somebody please help me solving this?
Many thanks in advance!
fill=TRUEargument inread.table- akrun