Learn R Programming

psycho (version 0.4.91)

interpret_d_posterior: Standardized difference (Cohen's d) interpreation for a posterior distribution.

Description

Interpret d with a set of rules.

Usage

interpret_d_posterior(posterior, rules = "cohen1988")

Arguments

posterior

Posterior distribution of standardized differences.

rules

Can be "cohen1988" (default), "sawilowsky2009", or a custom list.

Examples

Run this code
# NOT RUN {
library(psycho)
posterior <- rnorm(1000, 0.6, 0.05)
interpret_d_posterior(posterior)
interpret_d_posterior(rnorm(1000, 0.1, 1))
# }

Run the code above in your browser using DataLab