Learn R Programming

bellreg (version 0.0.2.1)

coef.bellreg: Estimated regression coefficients for the bellreg model

Description

Estimated regression coefficients for the bellreg model

Usage

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

Value

a vector with the estimated regression coefficients.

Arguments

object

an object of the class bellreg.

...

further arguments passed to or from other methods.

Examples

Run this code
# \donttest{
data(faults)
fit <- bellreg(nf ~ lroll, data=faults)
coef(fit)
# }

Run the code above in your browser using DataLab