| summary.treespatial_scan | R Documentation |
Prints the same fields as print.treespatial_scan(), followed
by the top-10 branches by total case count and a numeric summary
of the simulated log-likelihood-ratio distribution under the null.
Useful for diagnosing how heavily one branch of the tree dominates
the dataset and whether the observed maximum LR is a clear outlier
against the simulated null.
## S3 method for class 'treespatial_scan'
summary(object, ...)
object |
An object of class |
... |
Further arguments passed to
|
Invisibly returns object (the input object of
class "treespatial_scan"), unchanged. Called for the
side effect of printing the same fields as
print.treespatial_scan(), followed by the top-10
branches by total case count and a numeric summary (min,
quartiles, median, mean, max) of the simulated
log-likelihood-ratio distribution under the null.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.