gdata-defunct | R Documentation |
The functions or variables listed here are no longer part of 'gdata'.
aggregate.table(x, by1, by2, FUN=mean, ...)
x |
data to be summarized. |
by1 |
first grouping factor. |
by2 |
second grouping factor. |
FUN |
a scalar function to compute the summary statistics which can
be applied to all data subsets. Defaults to |
... |
optional arguments for |
aggregate.table(x, by1, by2, FUN=mean, ...)
should be replaced
by tapply(X=x, INDEX=list(by1, by2), FUN=FUN, ...)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.