print.summary.seroincidence: Print Method for Seroincidence Summary Object

Description Usage Arguments Examples

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

Description

Custom print function to show output of the seroincidence summary summary.seroincidence.

Usage

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

Arguments

x

A list containing output of function summary.seroincidence.

...

Additional arguments affecting the summary produced.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# estimate seroincidence
seroincidence <- estimateSeroincidence(...)

# calculate summary statistics for the seroincidence object
seroincidenceSummary <- summary(seroincidence)

# print the summary of seroincidence object to the console
print(seroincidenceSummary)

# or simply type (appropriate print method will be invoked automatically)
seroincidenceSummary

## End(Not run)

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