Description Usage Arguments Value Examples
Probability that pδ = 0
1 | power_null(delta, n, theta)
|
delta |
Numeric vector. The width of the indifference zone in SD units. |
n |
Numeric. The sample size. |
theta |
The "true" effect size. |
Data frame with the following columns:
delta: The width of the simulated indifference zone
n: The sample size
theta: the "true" effect size
p: The probability pδ = 0
1 2 3 4 5 | power_null(
delta = c(0, 1/30, 1/2, 1),
n = 33,
theta = seq(-3, 3, 0.01)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.