Learn R Programming

serocalculator (version 1.3.0)

print.seroincidence: Print Method for seroincidence Object

Description

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

Usage

# S3 method for seroincidence
print(x, ...)

Value

an invisible copy of input parameter x

Arguments

x

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

...

Additional arguments affecting the summary produced.

Examples

Run this code
if (FALSE) {
# 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
}

Run the code above in your browser using DataLab