summary.GeDS: Summary Method for GeDS, GeDSgam, GeDSboost

View source: R/S3methods.R

summary.GeDSR Documentation

Summary Method for GeDS, GeDSgam, GeDSboost

Description

Method for the generic function summary that allows you to print on screen the main information related to a fitted "GeDS", "GeDSgam" or "GeDSboost" model. Similar to print.GeDS but with some extra detail.

Usage

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

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

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

Arguments

object

The "GeDS", "GeDSgam" or "GeDSboost" object for which the main information should be printed on screen.

...

Potentially further arguments (required by the definition of the generic function).

See Also

print.GeDS


GeDS documentation built on June 30, 2025, 9:07 a.m.