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