getCall.gkwreg: Get Call from GKw Regression Model

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

getCall.gkwregR Documentation

Get Call from GKw Regression Model

Description

Extracts the call that was used to fit a Generalized Kumaraswamy regression model.

Usage

## S3 method for class 'gkwreg'
getCall(x, ...)

Arguments

x

An object of class "gkwreg".

...

Currently not used.

Value

The matched call.

Author(s)

Lopes, J. E.

See Also

gkwreg, update.gkwreg

Examples


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



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