Learn R Programming

seroincidence (version 2.0.0)

print.seroincidence: Print Method for Seroincidence Object

Description

Custom print function to show output of the seroincidence calculator estimateSeroincidence.

Usage

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

Arguments

x

A list containing output of function estimateSeroincidence.

...

Additional arguments affecting the summary produced.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# estimate seroincidence
seroincidence <- estimateSeroincidence(...)

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

# or simply type (appropriate print method will be invoked automatically)
seroincidence
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab