powered by
Estimated regression coefficients for the bellreg model
# S3 method for bellreg coef(object, ...)
a vector with the estimated regression coefficients.
an object of the class bellreg.
further arguments passed to or from other methods.
# \donttest{ data(faults) fit <- bellreg(nf ~ lroll, data=faults) coef(fit) # }
Run the code above in your browser using DataLab