Learn R Programming

gkwreg (version 1.0.7)

coef.gkwreg: Extract Coefficients from a Fitted GKw Regression Model

Description

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.

Usage

# S3 method for gkwreg
coef(object, ...)

Value

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).

Arguments

object

An object of class "gkwreg", typically the result of a call to gkwreg.

...

Additional arguments, currently ignored by this method.

Author

Lopes, J. E.

Details

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.

See Also

gkwreg, summary.gkwreg, coef, confint