Re: [R] error in dat

2009-02-25 Thread Wacek Kusnierczyk
Wacek Kusnierczyk wrote: > > are you sure it is not your explanation that is misleading? on reflection, this should have been: 'are you sure your explanation is not misleading, too?' vQ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailm

Re: [R] error in dat

2009-02-25 Thread Wacek Kusnierczyk
Prof Brian Ripley wrote: > On Mon, 16 Jun 2008, Wacek Kusnierczyk wrote: > >> Paul Adams wrote: >>> Hello everyone, >>> I have the following code which keeps giving me an error. >>> The code is: >>> dat<-read.table(file="C:\\Documents and Settings\\Owner\\My >>> Documents\\eisen.txt",header=T,row.n

Re: [R] error in dat

2008-06-16 Thread Prof Brian Ripley
On Mon, 16 Jun 2008, Wacek Kusnierczyk wrote: Paul Adams wrote: Hello everyone, I have the following code which keeps giving me an error. The code is: dat<-read.table(file="C:\\Documents and Settings\\Owner\\My Documents\\eisen.txt",header=T,row.names=1,blank.lines.skip=F,na..strings="NA") dim

Re: [R] error in dat

2008-06-16 Thread Wacek Kusnierczyk
Paul Adams wrote: > Hello everyone, > I have the following code which keeps giving me an error. > The code is: > dat<-read.table(file="C:\\Documents and Settings\\Owner\\My > Documents\\eisen.txt",header=T,row.names=1,blank.lines.skip=F,na..strings="NA") > dimnames(dat)((1)) <-as.character(dat(,1)

[R] error in dat

2008-06-15 Thread Paul Adams
Hello everyone, I have the following code which keeps giving me an error. The code is: dat<-read.table(file="C:\\Documents and Settings\\Owner\\My Documents\\eisen.txt",header=T,row.names=1,blank.lines.skip=F,na..strings="NA") dimnames(dat)((1)) <-as.character(dat(,1)) dat<-dat(,-1) dat<-as.data.f