Re: [R] Read dataset in R language.

2009-12-16 Thread Petr PIKAL
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

Re: [R] Read dataset in R language

2009-12-16 Thread Millo Giovanni
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

Re: [R] Read dataset in R language.

2009-12-16 Thread Nancy Adam
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

Re: [R] Read dataset in R language.

2009-12-15 Thread Peter Ehlers
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

Re: [R] Read dataset in R language.

2009-12-15 Thread ivan popivanov
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

[R] Read dataset in R language.

2009-12-15 Thread Nancy Adam
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

Re: [R] read dataset in R language.

2009-12-15 Thread Nordlund, Dan (DSHS/RDA)
> -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,

Re: [R] read dataset in R language.

2009-12-15 Thread Nancy Adam
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

Re: [R] read dataset in R language.

2009-12-15 Thread Phil Spector
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

Re: [R] read dataset in R language.

2009-12-15 Thread Jason Morgan
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

[R] read dataset in R language.

2009-12-15 Thread Nancy Adam
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

[R] read dataset in R language.

2009-12-15 Thread Nancy Adam
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