R/utils.R
coef.bellreg.Rd
Estimated regression coefficients for the bellreg model
# S3 method for class 'bellreg' coef(object, ...)
an object of the class bellreg.
further arguments passed to or from other methods.
a vector with the estimated regression coefficients.
# \donttest{ data(faults) fit <- bellreg(nf ~ lroll, data=faults) coef(fit) #> (Intercept) lroll #> 0.985251115 0.001909339 # }