Print summary output from a Random Forest SGT analysis. This is the default
print method for the package.
# S3 method for class 'rfsgt'
print(x, ...)
# S3 method for class 'vimp.rfsgt'
print(x, ...)
Arguments
- x
An object of class "rfsgt", "grow" or "vimp.rfsgt".
- ...
Further arguments passed to or from other methods.
Value
Called for its side effect of printing a summary of an rfsgt
grow or predict object. The return value is NULL.
Author
Hemant Ishwaran and Udaya B. Kogalur