Skip to contents

Prints a concise summary of vaccine effectiveness estimates from a fitted model.

Usage

# S3 method for class 'vefit'
print(object, digits = 3, ...)

Arguments

object

An object of class vefit created by nomatchVE() or matching_ve().

digits

Integer indicating the number of decimal places to display. Default is 3.

...

Additional arguments (currently ignored).

Value

Invisibly returns the input object object. Called primarily for its side effect of printing a summary to the console.