print.rate {popEpi} | R Documentation |
Print an rate object
Description
Print method function for rate
objects; see
rate
.
Usage
## S3 method for class 'rate'
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 for data.tables print method, e.g. row.names = FALSE suppresses row numbers. |
Value
Always returns 'NULL' invisibly. This function is called for its side effects.
Author(s)
Matti Rantanen
[Package popEpi version 0.4.12 Index]