Hi
r-help-boun...@r-project.org napsal dne 16.12.2009 11:26:03:
>
> Hi all,
>
> I tried many things to read any dataset but I receive different error
messages
> every time.
> One new message is: vector size specified is too large
>
> Can any one please send any part from any dataset just for
ssicurazioni Generali SpA
Via Machiavelli 4,
34132 Trieste (Italy)
tel. +39 040 671184
fax +39 040 671160
--
Original Message
Date: Wed, 16 Dec 2009 12:26:03 +0200
From: Nancy Adam
Subject: Re: [R] Read dataset in R language.
To:
Cc: r-help@r-project.org
Message-I
Hi all,
I tried many things to read any dataset but I receive different error messages
every time.
One new message is: vector size specified is too large
Can any one please send any part from any dataset just for testing a regression
system and to know where is the problem??
Many thanks,
N
Nancy,
You really should read the help page for read.csv.
Try this
test <- read.csv2("testset.txt")
Note the '2'.
-Peter
Nancy Adam wrote:
Hi all,
Thanks for the explanation
I got other datasets that are already used with others but I got the same
errors:
“undefined columns selected”
I att
p@r-project.org
> Date: Wed, 16 Dec 2009 02:34:25 +0200
> Subject: [R] Read dataset in R language.
>
>
> Hi all,
> Thanks for the explanation
> I got other datasets that are already used with others but I got the same
> errors:
> undefined columns selected
> I attach
Hi all,
Thanks for the explanation
I got other datasets that are already used with others but I got the same
errors:
“undefined columns selected”
I attach the datasets with this email and this is the command I’m trying:
train = read.csv("trainingset.txt",check.names=FALSE)
test = read.csv("test
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
> Behalf Of Nancy Adam
> Sent: Tuesday, December 15, 2009 1:24 PM
> To: r-help@r-project.org
> Subject: Re: [R] read dataset in R language.
>
>
>
> Hi all,
any thanks,
Nancy
> Date: Tue, 15 Dec 2009 14:05:14 -0800
> From: spec...@stat.berkeley.edu
> To: nancyada...@hotmail.com
> CC: r-help@r-project.org
> Subject: Re: [R] read dataset in R language.
>
> Nancy -
> The separator in these files is the comma, not the semi
Nancy -
The separator in these files is the comma, not the semicolon.
Try
train = read.csv('trainingset.txt',check.names=FALSE)
test = read.csv('testset.txt',check.names=FALSE)
- Phil Spector
Statistical Computin
Hello Nancy,
I think you will need to provide more information if you hope to get
useful advice from the list. For an idea of what should be sent, see the
posting guide:
http://www.R-project.org/posting-guide.html
At a minimum, I suggest sending the code you are executing and a sample
of the dat
Hi all,
Could you please help me in solving the following error message:
Error in `[.data.frame`(mytestdata, fp_temp == 1) :
undefined columns selected
when I use scan instead on read.table, I reicieve this message:
Error in names(ret2) <- rowns :
'names' attribute [172] must be the same
Hi,
Could you please help me in solving the following error message:
Error in `[.data.frame`(mytestdata, fp_temp == 1) :
undefined columns selected
when I use scan instead on read.table, I reicieve this message:
Error in names(ret2) <- rowns :
'names' attribute [172] must be the same
12 matches
Mail list logo