family.GeDS: Extract Family from a GeDS, GeDSgam, GeDSboost Object

View source: R/S3methods.R

family.GeDSR 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 "GeDS", "GeDSgam" or "GeDSboost" class object.

...

Further arguments (ignored).

Value

An object of class family describing the distribution and link function used in the GeDS fit.

See Also

family


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