coef.bellreg | R Documentation |
Estimated regression coefficients for the bellreg model
## S3 method for class 'bellreg'
coef(object, ...)
object |
an object of the class bellreg. |
... |
further arguments passed to or from other methods. |
a vector with the estimated regression coefficients.
data(faults)
fit <- bellreg(nf ~ lroll, data=faults)
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.