print.deforest.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
deforest
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.