print.rate: Print an rate object

View source: R/S3_definitions.R

print.rateR 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 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.

Value

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

Author(s)

Matti Rantanen


popEpi documentation built on Aug. 23, 2023, 5:08 p.m.