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