| print.circular_scan | R Documentation |
Print Method for circular_scan Objects
## S3 method for class 'circular_scan'
print(x, max_show = 10L, ...)
x |
An object of class |
max_show |
Integer. Maximum number of region IDs to display
in full before truncating with "... and N more". The default of
|
... |
Further arguments passed to or from other methods. |
Invisibly returns x (the input object of class
"circular_scan"), unchanged. Called for the side effect
of printing a human-readable summary of the scan result to the
console: the total cases and population, the number of regions
scanned, the number of Monte Carlo simulations, and the
contents of the most likely cluster (region IDs, cases,
expected count, population, relative risk, log-likelihood
ratio, and p-value).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.