Description Usage Arguments Value Examples
For three-level randomized block designs (treatment at level 1, with random effects across level 2 and 3 blocks), use mdes.bira3()
to calculate the minimum detectable effect size, power.bira3()
to calculate the statistical power, and mrss.bira3()
to calculate the minimum required sample size.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | mdes.bira3(power=.80, alpha=.05, two.tailed=TRUE,
rho2, rho3, esv2=NULL, esv3=NULL,
omega2=esv2/rho2, omega3=esv3/rho3,
p=.50, r21=0, r2t2=0, r2t3=0, g3=0,
n, J, K)
power.bira3(es=.25, alpha=.05, two.tailed=TRUE,
rho2, rho3, esv2=NULL, esv3=NULL,
omega2=esv2/rho2, omega3=esv3/rho3,
p=.50, r21=0, r2t2=0, r2t3=0, g3=0,
n, J, K)
mrss.bira3(es=.25, power=.80, alpha=.05, two.tailed=TRUE,
n, J, K0=10, tol=.10,
rho2, rho3, esv2=NULL, esv3=NULL,
omega2=esv2/rho2, omega3=esv3/rho3,
p=.50, r21=0, r2t2=0, r2t3=0, g3=0)
|
power |
statistical power (1-β). |
es |
effect size. |
alpha |
probability of type I error. |
two.tailed |
logical; |
rho2 |
proportion of variance in the outcome between level 2 units (unconditional ICC2). |
rho3 |
proportion of variance in the outcome between level 3 units (unconditional ICC3). |
esv2 |
effect size variability as the ratio of the treatment effect variance between level 2 units to the total variance in the outcome (level 1 + level 2 + level 3). Ignored when |
esv3 |
effect size variability as the ratio of the treatment effect variance between level 3 units to the total variance in the outcome (level 1 + level 2 + level 3). Ignored when |
omega2 |
treatment effect heterogeneity as ratio of treatment effect variance among level 2 units to the residual variance at level 2. |
omega3 |
treatment effect heterogeneity as ratio of treatment effect variance among level 3 units to the residual variance at level 3. |
p |
average proportion of level 1 units randomly assigned to treatment within level 2 units. |
g3 |
number of covariates at level 3. |
r21 |
proportion of level 1 variance in the outcome explained by level 1 covariates. |
r2t2 |
proportion of treatment effect variance among level 2 units explained by level 2 covariates. |
r2t3 |
proportion of treatment effect variance among level 3 units explained by level 3 covariates. |
n |
harmonic mean of level 1 units across level 2 units (or simple average). |
J |
harmonic mean of level 2 units across level 3 units (or simple average). |
K |
number of level 3 units. |
K0 |
starting value for |
tol |
tolerance to end iterative process for finding |
fun |
function name. |
parms |
list of parameters used in power calculation. |
df |
degrees of freedom. |
ncp |
noncentrality parameter. |
power |
statistical power (1-β). |
mdes |
minimum detectable effect size. |
K |
number of level 3 units. |
1 2 3 4 5 6 7 8 9 10 | # cross-checks
mdes.bira3(rho3=.20, rho2=.15,
omega3=.10, omega2=.10,
n=69, J=10, K=100)
power.bira3(es = .045, rho3=.20, rho2=.15,
omega3=.10, omega2=.10,
n=69, J=10, K=100)
mrss.bira3(es = .045, rho3=.20, rho2=.15,
omega3=.10, omega2=.10,
n=69, J=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.