print.rate: Print an rate object
Description
Print method function for rate
objects; see
rate
.
Usage
# S3 method for rate
print(x, subset = NULL, ...)
Arguments
subset
a logical condition to subset results table by
before printing; use this to limit to a certain stratum. E.g.
subset = sex == "female"
...
arguments for data.tables print method, e.g. row.names = FALSE suppresses row numbers.