Skip to contents

This function returns a summary of an autogam object. It calls the mgcv::gam object mgcv::summary.gam() method.

Usage

# S3 method for class 'autogam'
summary(object, ...)

Arguments

object

An object of class autogam.

...

Additional arguments passed to other methods.

Value

Same return object as mgcv::summary.gam().