compute.margins {reshape}R Documentation

Compute margins

Description

Compute marginal values.

Usage

compute.margins(data, margins, fun.aggregate, ..., df=FALSE)

Arguments

data data frame
margins margins to compute
fun.aggregate aggregation function
... other argument passed to aggregation function
df

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.7 Index]