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

View source: R/S3methods.R

summary.GeDSR Documentation

Summary method for GeDS, GeDSboost, GeDSgam

Description

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

Usage

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

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

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

Arguments

object

the GeDS-class, GeDSboost-class or GeDSgam-class 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 10, 2025, 5:10 p.m.