print.EBM: Print model summary

View source: R/print.R

print.EBMR Documentation

Print model summary

Description

Display basic information about a fitted ebm object.

Usage

## S3 method for class 'EBM'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

A fitted ebm object.

digits

The number of significant digits to be passed to format() when printing.

...

Additional optional arguments to be passed to print.default().

Value

Invisibly returns the printed ebm object.


ebm documentation built on April 3, 2025, 7:16 p.m.