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 bynomatchVE()
ormatching_ve()
.- digits
Integer indicating the number of decimal places to display. Default is 3.
- ...
Additional arguments (currently ignored).