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