Re: [R] table in R

2005-02-11 Thread Spencer Graves
Have you read sections 5 and 6 on arrays, matrices, lists and data.frames in "An Introduction to R" [accessible via help.start() from an R session]? If you have, please try something and give us a very simple example of what you tried that didn't work, as requested in the posting guide.

Re: [R] table in R

2005-02-10 Thread Petr Pikal
Hi On 10 Feb 2005 at 18:10, Cuichang Zhao wrote: > Hello, > I want to build some tables in my project using R, does R have some > tables form that I can use? if i use the internal R table, how can > initial a table before I use it? How do you want to use a table??? > > I want to my tables to

[R] table in R

2005-02-10 Thread Cuichang Zhao
Hello, I want to build some tables in my project using R, does R have some tables form that I can use? if i use the internal R table, how can initial a table before I use it? I want to my tables to have some columns, for example: (trial, x, y, goal) I want to put these columns into my tables,