I am not able to load my data file into R. I have tried every possible function I could find, including so many different variations of read.table and scan.
The file is a .txt file, and contains a block of data. It has no headers, etc. It is simply a set of results contained in a rectangle, with only spaces separating the different results.
When I input the data as if it were a table, and try finding the summary of the data, each row is taken as its own data set. So I end up with 9 different summaries.
I need the data to be recognised as if it were a list of numbers just separated by a comma, but regardless of what I do, I can't seem to do this.
Also, I have a mac (if that effects anything at all).
Any help would be MUCH appreciated. Thank you.