| print.tree_scan | R Documentation |
Print Method for tree_scan Objects
## S3 method for class 'tree_scan'
print(x, max_show = 10L, ...)
x |
An object of class |
max_show |
Integer. Maximum number of leaf 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
"tree_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 tree
nodes, the number of Monte Carlo simulations, the contents of
the most likely cluster (node ID, leaf IDs, cases, expected
count, log-likelihood ratio, and p-value), and the top
significant cuts at the chosen significance threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.