family.GeDS {GeDS} | R Documentation |
Extract Family from a GeDS, GeDSgam, GeDSboost Object
Description
Method for family
that returns the error distribution
family used in the fitted GeDS model.
Usage
## S3 method for class 'GeDS'
family(object, ...)
## S3 method for class 'GeDSgam'
family(object, ...)
## S3 method for class 'GeDSboost'
family(object, ...)
Arguments
object |
A |
... |
Further arguments (ignored). |
Value
An object of class family
describing the
distribution and link function used in the GeDS fit.
See Also
[Package GeDS version 0.3.3 Index]