Description Usage Arguments Value Author(s) Examples
Examplifies the Bayesian process to estimate Cohen's d in t-test Designs.
1 | Bayesian_Process(d, N1, N2 = NULL)
|
d |
Observed estimate of Cohen's d. |
N1 |
Group 1 Sample size. |
N2 |
Group 2 Sample size (if a two-sample design). |
Graphically details the process of bayesian estimation of effect size by focusing on the role of (1) prior, and (2) Likelihood Function to produce the posterior for Cohen's d.
Reza Norouzian <rnorouzian@gmail.com>
1 2 3 | # Bayesian_Process(N1 = 50, N2 = 50, d = .4)
# Bayesian_Process(N1 = 50, d = .4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.