[R] New to R

2006-03-22 Thread Antonio_Paredes
__ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] new to R

2006-03-23 Thread linda.s
> z <- read.table("c:/temp/q.txt") Warning message: incomplete final line found by readTableHeader on 'c:/temp/q.txt' what does that mean? my q.txt is like: 1, 2, 3, 33, 44, 88, 23, 43, 69, __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/ma

[R] New to R

2006-12-31 Thread Obinna Duru
Hey, I am very new to R and I need to use it (and the ACEPACK package) to do some statistical analysis. I have installed acepack but efforts to get started has been unsuccessful. I can't seem to be able to load my data files because I am yet to figure the syntax to use. Is there a work director

Re: [R] New to R

2006-03-23 Thread Petr Pikal
ect: [R] New to R > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html Petr P

Re: [R] new to R

2006-03-23 Thread Francisco J. Zagmutt
is an artifact from your extra comma at the end of each row newz<-z[,-4] #Deletes V4 I hope this helps Francisco >From: "linda.s" <[EMAIL PROTECTED]> >To: R-help@stat.math.ethz.ch >Subject: [R] new to R >Date: Thu, 23 Mar 2006 01:05:21 -0800 > > >

Re: [R] new to R

2006-03-23 Thread linda.s
On 3/23/06, Francisco J. Zagmutt <[EMAIL PROTECTED]> wrote: > Hi Linda > > Did you already get a reply to your question? If not, try adding a new line > at the end of the text (just hit enter after 69,the last number in your data > and save the file). You also want to use the argument "sep" in re

Re: [R] New to R

2006-12-31 Thread Wensui Liu
what is the format of your data files, txt/csv/mdb/xls? the syntax is very different. could you please give more info? thanks. On 12/31/06, Obinna Duru <[EMAIL PROTECTED]> wrote: > Hey, I am very new to R and I need to use it (and the ACEPACK > package) to do some statistical analysis. > > I hav

Re: [R] New to R

2007-01-01 Thread Michael Kubovy
On Dec 31, 2006, at 10:15 PM, Obinna Duru wrote: > I have installed acepack but efforts to get started has been > unsuccessful. I can't seem to be able to load my data files because I > am yet to figure the syntax to use. Is there a work directory in R > where I can put my files and call them anyt

[R] new to R: don't understand errors

2006-10-03 Thread Wingfield, Jerad G.
Hello all, I'm brand new to the use of R, and I'm trying to quickly learning the rudiments for a couple of projects here at work. I'm working with the lsa package and trying to generate various semantic spaces. I seem to do well with small collections of clean text files, but now that I am try

Re: [R] new to R: don't understand errors

2006-10-03 Thread Duncan Murdoch
On 10/3/2006 1:32 PM, Wingfield, Jerad G. wrote: > Hello all, > > > > I'm brand new to the use of R, and I'm trying to quickly learning the > rudiments for a couple of projects here at work. I'm working with the > lsa package and trying to generate various semantic spaces. I seem to do > well