View source: R/print.summary.seroincidence.by.R
print.summary.seroincidence.by | R Documentation |
Custom print()
function for "summary.seroincidence.by" objects (constructed by summary.seroincidence.by()
)
## S3 method for class 'summary.seroincidence.by'
print(x, ...)
x |
A "summary.seroincidence.by" object (constructed by |
... |
Additional arguments affecting the summary produced. |
an invisible copy of input parameter x
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.