Learn R Programming

bbreg (version 2.0.2)

summary.bbreg: summary.bbreg

Description

Function providing a summary of results related to the regression model (bessel or beta).

Usage

# S3 method for bbreg
summary(object, ...)

Arguments

object

an object of class "bbreg" containing results from the fitted model.

...

further arguments passed to or from other methods.

See Also

fitted.bbreg, plot.bbreg, predict.bbreg

Examples

Run this code
# NOT RUN {
fit = bbreg(agreement ~ priming + eliciting|priming, data = WT)
summary(fit)
# }

Run the code above in your browser using DataLab