powered by
Interpret d with a set of rules.
interpret_d_posterior(posterior, rules = "cohen1988")
Posterior distribution of standardized differences.
Can be "cohen1988" (default), "sawilowsky2009", or a custom list.
# 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