print.deforest.ranger: Print deforested ranger summary

print.deforest.rangerR Documentation

Print deforested ranger summary

Description

Print basic information about a deforested ranger object.

Usage

## S3 method for class 'deforest.ranger'
print(x, ...)

Arguments

x

A deforest object (i.e., an object that inherits from class "deforest.ranger").

...

Further arguments passed to or from other methods.

Note

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).

Author(s)

Brandon M. Greenwell

See Also

deforest.


ranger documentation built on Nov. 13, 2023, 1:09 a.m.