R

Asked • 09/18/19

Incomplete final line' warning when trying to read a .csv file into R?

I'm trying to read a .csv file into R and upon using this formula: pheasant<-read.table(file.choose(),header=TRUE,sep=",")I get this warning message: "incomplete final line found by readTableHeader on 'C:\\Documents and Settings..."There are a couple of things I thought may have caused this warning, but unfortunately I don't know enough about R to diagnose the problem myself so I thought I'd post here in the hope someone else can diagnose it for me! - the .csv file was originally an Excel file, which I saved into .csv format- the file comprises three columns of data- each data column is of a differing length, i.e. there are a different number of values in each column- I want to compare the means (using t-test or equivalent depending on normal / not normal distribution) of two of the columns at a time, so for example, t-test between column 1 values and column 2 values, then a t-test of column 1 and column 3 values, etc.Any help or suggestions would be seriously appreciated!

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.