print.seroincidence.by: Print Method for 'seroincidence.by' Object

View source: R/print.seroincidence.by.R

print.seroincidence.byR Documentation

Print Method for seroincidence.by Object

Description

Custom print() function to show output of the seroincidence calculator est.incidence.by().

Usage

## S3 method for class 'seroincidence.by'
print(x, ...)

Arguments

x

A list containing output of function est.incidence.by().

...

Additional arguments affecting the summary produced.

Value

an invisible copy of input parameter x

Examples

## Not run: 
# Estimate seroincidence
seroincidence <- est.incidence.by(...)

# Print the seroincidence object to the console
print(seroincidence)

# Or simply type (appropriate print method will be invoked automatically)
seroincidence

## End(Not run)


serocalculator documentation built on April 3, 2025, 7:35 p.m.