powered by
Convert posterior distributions from a Bayesian model to indices of effect size.
convert_posteriors_to_r(model, ...)posteriors_to_r(model, ...)convert_posteriors_to_t(model, ...)posteriors_to_t(model, ...)
posteriors_to_r(model, ...)
convert_posteriors_to_t(model, ...)
posteriors_to_t(model, ...)
A Bayesian statistical model.
Arguments passed to or from other methods.
# NOT RUN { if (require("rstanarm")) { model <- stan_glm(mpg ~ cyl, data = mtcars, refresh = 0, chains = 2) # This function is not available yet. } # }
Run the code above in your browser using DataLab