coef.bellreg {bellreg}R Documentation

Estimated regression coefficients for the bellreg model

Description

Estimated regression coefficients for the bellreg model

Usage

## 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


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



[Package bellreg version 0.0.2 Index]