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