View source: R/print.seroincidence.by.R
print.seroincidence.by | R Documentation |
seroincidence.by
ObjectCustom print()
function to show output of the seroincidence calculator est.incidence.by()
.
## S3 method for class 'seroincidence.by'
print(x, ...)
x |
A list containing output of function |
... |
Additional arguments affecting the summary produced. |
an invisible copy of input parameter x
## Not run:
# Estimate seroincidence
seroincidence <- est.incidence.by(...)
# Print the seroincidence object to the console
print(seroincidence)
# Or simply type (appropriate print method will be invoked automatically)
seroincidence
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.