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
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
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
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
4 matches
Mail list logo