Learn R Programming

gkwreg (version 2.1.6)

getCall.gkwreg: Get Call from GKw Regression Model

Description

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

Usage

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

Value

The matched call.

Arguments

x

An object of class "gkwreg".

...

Currently not used.

Author

Lopes, J. E.

See Also

gkwreg, update.gkwreg

Examples

Run this code
# \donttest{
data(GasolineYield)
fit <- gkwreg(yield ~ batch + temp, data = GasolineYield, family = "kw")
getCall(fit)
# }

Run the code above in your browser using DataLab