Learn R Programming

popEpi (version 0.4.12)

print.rate: Print an rate object

Description

Print method function for rate objects; see rate.

Usage

# S3 method for rate
print(x, subset = NULL, ...)

Value

Always returns `NULL` invisibly. This function is called for its side effects.

Arguments

x

an rate object

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.

Author

Matti Rantanen