View source: R/gkwreg-other-methods.R
| getCall.gkwreg | R Documentation |
Extracts the call that was used to fit a Generalized Kumaraswamy regression model.
## S3 method for class 'gkwreg'
getCall(x, ...)
x |
An object of class |
... |
Currently not used. |
The matched call.
Lopes, J. E.
gkwreg, update.gkwreg
data(GasolineYield)
fit <- gkwreg(yield ~ batch + temp, data = GasolineYield, family = "kw")
getCall(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.