print.bbreg: print.bbreg

Description Usage Arguments See Also Examples

View source: R/2_diagnostic_functions.R

Description

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

Usage

1
2
## S3 method for class 'bbreg'
print(x, ...)

Arguments

x

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

...

further arguments passed to or from other methods.

See Also

fitted.bbreg, summary.bbreg, coef.bbreg, vcov.bbreg, plot.bbreg, predict.bbreg

Examples

1
2
fit <- bbreg(agreement ~ priming + eliciting, data = WT)
fit

vpnsctl/bbreg documentation built on March 14, 2021, 12:11 a.m.