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.
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
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,