powered by
Extracts the call that was used to fit a Generalized Kumaraswamy regression model.
# S3 method for gkwreg getCall(x, ...)
The matched call.
An object of class "gkwreg".
"gkwreg"
Currently not used.
Lopes, J. E.
gkwreg, update.gkwreg
gkwreg
update.gkwreg
# \donttest{ data(GasolineYield) fit <- gkwreg(yield ~ batch + temp, data = GasolineYield, family = "kw") getCall(fit) # }
Run the code above in your browser using DataLab