Learn R Programming

serocalculator (version 1.3.0)

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

Description

Custom print() function for "summary.seroincidence.by" objects (constructed by summary.seroincidence.by())

Usage

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

Value

an invisible copy of input parameter x

Arguments

x

A "summary.seroincidence.by" object (constructed by summary.seroincidence.by())

...

Additional arguments affecting the summary produced.

Examples

Run this code
if (FALSE) {
# Estimate seroincidence
seroincidence <- est.incidence.by(...)

# 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
}

Run the code above in your browser using DataLab