print.aggre {popEpi} | R Documentation |
Print an aggre
Object
Description
Print method function for aggre
objects; see
as.aggre
and aggre
.
Usage
## S3 method for class 'aggre'
print(x, subset = NULL, ...)
Arguments
x |
an |
subset |
a logical condition to subset results table by
before printing; use this to limit to a certain stratum. E.g.
|
... |
arguments passed to |
Value
Always returns 'NULL' invisibly. This function is called for its side effects.
Author(s)
Joonas Miettinen
[Package popEpi version 0.4.12 Index]