compute.margins {reshape} | R Documentation |
Compute marginal values.
compute.margins(data, margins, fun.aggregate, ...)
data |
data frame |
margins |
margins to compute |
fun.aggregate |
aggregation function |
... |
other argument passed to aggregation function |
Hadley Wickham <h.wickham@gmail.com>