print.summary.seroincidence.by {serocalculator} | R Documentation |
Print Method for Seroincidence Summary Object
Description
Custom print()
function for "summary.seroincidence.by" objects (constructed by summary.seroincidence.by()
)
Usage
## S3 method for class 'summary.seroincidence.by'
print(x, ...)
Arguments
x |
A "summary.seroincidence.by" object (constructed by |
... |
Additional arguments affecting the summary produced. |
Value
an invisible copy of input parameter x
Examples
## Not run:
# 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
## End(Not run)
[Package serocalculator version 1.3.0 Index]