print.fru: Print the fru object

View source: R/a.R

print.fruR Documentation

Print the fru object

Description

Prints the basic information about the fitted model, in particular the OOB error estimated (if enabled previously).

Usage

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

Arguments

x

Model to print.

...

Ignored.

Value

Invisibly, the same object x.


fru documentation built on Aug. 20, 2026, 9:09 a.m.

Related to print.fru in fru...