coef.bellreg: Estimated regression coefficients for the bellreg model

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Estimated regression coefficients for the bellreg model

Usage

1
2
## S3 method for class 'bellreg'
coef(object, ...)

Arguments

object

an object of the class bellreg.

...

further arguments passed to or from other methods.

Value

a vector with the estimated regression coefficients.

Examples

1
2
fit <- bellreg(nf ~ lroll, data=faults)
coef(fit)

bellreg documentation built on July 1, 2020, 8:29 p.m.