print.deforest.ranger {ranger} | R Documentation |
Print basic information about a deforested ranger
object.
## S3 method for class 'deforest.ranger'
print(x, ...)
x |
A |
... |
Further arguments passed to or from other methods. |
Many of the components of a typical ranger
object are not
available after deforestation and are instead replaced with NA
(e.g.,
out-of-bag (OOB) predictions, variable importance scores (if requested), and
OOB-based error metrics).
Brandon M. Greenwell