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 |
... |
Potentially further arguments (required by the definition of the generic function). |
See Also
[Package GeDS version 0.3.3 Index]