Print method function for rate
objects; see
rate
.
# S3 method for rate
print(x, subset = NULL, ...)
Always returns `NULL` invisibly. This function is called for its side effects.
an rate
object
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.
Matti Rantanen