fitted.bbreg: fitted.bbreg

View source: R/explore_functions.R

fitted.bbregR Documentation

fitted.bbreg

Description

Function providing the fitted means for the model (bessel or beta).

Usage

## S3 method for class 'bbreg'
fitted(object, type = c("response", "link", "precision", "variance"), ...)

Arguments

object

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

type

the type of variable to get the fitted values. The default is the "response" type, which provided the estimated values for the means. The type "link" provides the estimates for the linear predictor of the mean. The type "precision" provides estimates for the precision parameters whereas the type "variance" provides estimates for the variances.

...

further arguments passed to or from other methods.

See Also

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

Examples


fit = bbreg(agreement ~ priming + eliciting, data = WT)
fitted(fit)
fitted(fit, type = "precision")

bbreg documentation built on March 18, 2022, 6:21 p.m.