print.bayesbr: Print for 'bayesbr' Objects

Description Usage Arguments See Also Examples

View source: R/print.bayesbr.R

Description

A method that receives a list of the bayesbr type and its items and displays the estimated coefficients.

Usage

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

Arguments

x

an object of the class bayesbr, containing the list returned from the bayesbr function.

...

further arguments passed to or from other methods.

See Also

bayesbr, summary.bayesbr, residuals.bayesbr

Examples

1
2
3
4
5
data("bodyfat",package="bayesbr")

bbr = bayesbr(brozek ~ wrist + density:thigh |chest, data = bodyfat,
             iter = 100)
print(bbr)

bayesbr documentation built on July 17, 2021, 1:07 a.m.