print.autogam {autogam}R Documentation

Print Method for autogam Objects

Description

This function prints an autogam object. It calls the mgcv::gam object print() method and then adds basic performance metrics from the autogam object:

Usage

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

Arguments

x

An object of class autogam.

...

Additional arguments passed to other methods.

Value

Invisibly returns the input object x.


[Package autogam version 0.1.0 Index]