print.rhf.RdPrint 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, ...)An object of class rhf created by grow or predict.
When predict is called without new data (“restore mode”), the
original forest and its OOB risk are returned.
Number of digits used for printed numeric summaries.
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.