powered by
bayesbr
A 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.
bayesbr, summary.bayesbr, residuals.bayesbr
summary.bayesbr
residuals.bayesbr
# 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