coef.bellreg: Estimated regression coefficients for the bellreg model

View source: R/utils.R

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



bellreg documentation built on Oct. 23, 2024, 9:06 a.m.