Learn R Programming

popEpi (version 0.3.1)

summary.aggre: Summaryize an aggre Object

Description

summary method function for aggre objects; see as.aggre and aggre.

Usage

"summary"(object, by = NULL, subset = NULL, ...)

Arguments

object
an aggre object
by
list of columns to summarize by - e.g. list(V1, V2) where V1 and V2 are columns in the data.
subset
a logical condition to subset results table by before summarizing; use this to limit to a certain stratum. E.g. subset = sex == "male"
...
unused