
Last chance! 50% off unlimited learning
Sale ends in
bayesbr
ObjectsA method that receives a list of the bayesbr type and its items and displays the estimated coefficients.
# S3 method for bayesbr
print(x,...)
an object of the class bayesbr, containing the list returned from the bayesbr
function.
further arguments passed to or from other methods.
# 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