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, for i want to put data into each entry one by one. I have no idea about how big the table would be, so will it possible to use R's internal table? Also, can someone please recommand me a good book or a good website about R. Thank you so much. C-Ming Feb 10, 2005 --------------------------------- [[alternative HTML version deleted]]
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 have some columns, for example: > (trial, x, y, goal) I want to put these columns into my tables, for i > want to put data into each entry one by one. I have no idea about how > big the table would be, so will it possible to use R's internal table?Do you mean build in data editor, which can be used for editing existing objects???> > Also, can someone please recommand me a good book or a good website > about R.If you installed R you can find useful documentation in .../doc directory. I can also recommend Introductory statistics with R or Modern applied statistics with S. And of course all stuff you can find on CRAN. BTW, try to read the last lines of the email about ***posting guide*** and of course the posting guide itself. Cheers Petr> > > Thank you so much. > > C-Ming > > Feb 10, 2005 > > > --------------------------------- > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.htmlPetr Pikal petr.pikal at precheza.cz
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.
hope this helps. spencer graves
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?
>
>I want to my tables to have some columns, for example:
>(trial, x, y, goal) I want to put these columns into my tables, for i want
to put data into each entry one by one. I have no idea about how big the table
would be, so will it possible to use R's internal table?
>
>Also, can someone please recommand me a good book or a good website about R.
>
>
>Thank you so much.
>
>C-Ming
>
>Feb 10, 2005
>
>
>---------------------------------
>
>
> [[alternative HTML version deleted]]
>
>______________________________________________
>R-help at 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
>
>