print.seroincidence: Print Method for Seroincidence Object

Description Usage Arguments Examples

View source: R/print.seroincidence.R

Description

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

Usage

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

Arguments

x

A list containing output of function estimateSeroincidence.

...

Additional arguments affecting the summary produced.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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

## End(Not run)

seroincidence documentation built on May 2, 2019, 7 a.m.