Learn R Programming

ebm (version 0.1.0)

print.EBM: Print model summary

Description

Display basic information about a fitted ebm object.

Usage

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

Value

Invisibly returns the printed ebm object.

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