print.EBM {ebm}R 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.


[Package ebm version 0.1.0 Index]