Re: [R] Question on Import

2011-04-25 Thread Jim Lemon
On 04/25/2011 05:58 PM, Georgina Salazar wrote: Hi! I have the data in a tab delimited text file titled "ken_data_try_anova." I tried to import it into R entering read.delim(ken_data_try_anova) but received the error message Error in read.table(file = file, header = header, sep = sep, quote

Re: [R] Question on Import

2011-04-25 Thread Alexander Engelhardt
Am 25.04.2011 09:58, schrieb Georgina Salazar: Hi! I have the data in a tab delimited text file titled "ken_data_try_anova." I tried to import it into R entering read.delim(ken_data_try_anova) but received the error message Error in read.table(file = file, header = header, sep = sep, quote

Re: [R] Question on Import

2011-04-25 Thread Gerrit Eichner
Hi, Georgina, using quotation marks around the file name like in read.delim( "ken_data_try_anova") might help. Hth -- Gerrit On Mon, 25 Apr 2011, Georgina Salazar wrote: Hi! I have the data in a tab delimited text file titled "ken_data_try_anova." I tried to import it into R entering

[R] Question on Import

2011-04-25 Thread Georgina Salazar
Hi! I have the data in a tab delimited text file titled "ken_data_try_anova." I tried to import it into R entering > read.delim(ken_data_try_anova) but received the error message Error in read.table(file = file, header = header, sep = sep, quote = quote, : object 'ken_data_try_anova' not f