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