| coef.gkwreg | R Documentation |
Extracts the estimated regression coefficients from a fitted Generalized
Kumaraswamy (GKw) regression model object of class "gkwreg". This is
an S3 method for the generic coef function.
## S3 method for class 'gkwreg'
coef(object, ...)
object |
An object of class |
... |
Additional arguments, currently ignored by this method. |
This function provides the standard way to access the estimated regression
coefficients from a model fitted with gkwreg. It simply
extracts the coefficients component from the fitted model object.
The function coefficients is an alias for this function.
A named numeric vector containing the estimated regression coefficients
for all modeled parameters. The names indicate the parameter (e.g., alpha,
beta) and the corresponding predictor variable (e.g., (Intercept), x1).
Lopes, J. E.
gkwreg, summary.gkwreg,
coef, confint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.