# NOT RUN {
library(report)
# }
# NOT RUN {
# Bayesian models
if (require("rstanarm")) {
model <- stan_glm(mpg ~ qsec + wt, data = mtcars, refresh = 0, iter = 500)
r <- report(model)
r
summary(r)
as.data.frame(r)
summary(as.data.frame(r))
}
# }
Run the code above in your browser using DataLab