Learn R Programming

bayesbr (version 0.0.1.0)

print.bayesbr: Print for bayesbr Objects

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
data("bodyfat",package="bayesbr")
# }
# NOT RUN {
bbr = bayesbr(brozek ~ wrist + density:thigh |chest, data = bodyfat,
             iter = 100)
print(bbr)
# }

Run the code above in your browser using DataLab