family.gkwreg: Extract Family from GKw Regression Model

View source: R/gkwreg-other-methods.R

family.gkwregR Documentation

Extract Family from GKw Regression Model

Description

Extracts the family specification from a fitted Generalized Kumaraswamy regression model object.

Usage

## S3 method for class 'gkwreg'
family(object, ...)

Arguments

object

An object of class "gkwreg".

...

Currently not used.

Value

A character string indicating the family used in the model.

Author(s)

Lopes, J. E.

See Also

gkwreg

Examples


data(GasolineYield)
fit <- gkwreg(yield ~ batch + temp, data = GasolineYield, family = "kw")
family(fit)



gkwreg documentation built on Nov. 27, 2025, 5:06 p.m.