View source: R/explore_functions.R
coef.bbreg | R Documentation |
Function to extract the coefficients of a fitted regression model (bessel or beta).
## S3 method for class 'bbreg' coef(object, parameters = c("all", "mean", "precision"), ...)
object |
object of class "bbreg" containing results from the fitted model. |
parameters |
a string to determine which coefficients should be extracted: 'all' extracts all coefficients, 'mean' extracts the coefficients of the mean parameters and 'precision' extracts coefficients of the precision parameters. |
... |
further arguments passed to or from other methods. |
fitted.bbreg
, summary.bbreg
, vcov.bbreg
, plot.bbreg
, predict.bbreg
fit = bbreg(agreement ~ priming + eliciting, data = WT) coef(fit) coef(fit, parameters = "precision")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.