| print.rhf | R Documentation |
Print a compact summary of a Random Hazard Forest analysis. This is the
default print method for objects produced by grow or predict.
## S3 method for class 'rhf'
print(x, digits = 3, label.width = 34, ...)
x |
An object of class |
digits |
Number of digits used for printed numeric summaries. |
label.width |
Width used to right-justify labels in the printed output. |
... |
Additional arguments (currently unused). |
The printed summary includes basic sample information, forest size characteristics, event counts when available, and risk metrics (in-bag, OOB, or test risk depending on how the object was created).
Returns the object x invisibly.
Hemant Ishwaran and Udaya B. Kogalur
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.