Learn R Programming

effectsize (version 0.0.1)

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 {
library(rstanarm)
# }
# NOT RUN {
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