Learn R Programming

effectsize (version 0.2.0)

convert_posteriors_to_r: Convert posterior distributions from a Bayesian model

Description

Convert posterior distributions from a Bayesian model to indices of effect size.

Usage

convert_posteriors_to_r(model, ...)

posteriors_to_r(model, ...)

convert_posteriors_to_t(model, ...)

posteriors_to_t(model, ...)

Arguments

model

A Bayesian statistical model.

...

Arguments passed to or from other methods.

Examples

Run this code
# 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