summary.GeDS {GeDS}R 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


[Package GeDS version 0.3.3 Index]