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.
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)
statistical power \((1-\beta)\).
effect size.
probability of type I error.
logical; TRUE
for two-tailed hypothesis testing, FALSE
for one-tailed hypothesis testing.
proportion of variance in the outcome between level 2 units (unconditional ICC2).
proportion of variance in the outcome between level 3 units (unconditional ICC3).
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 omega2
is specified.
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 omega3
is specified.
treatment effect heterogeneity as ratio of treatment effect variance among level 2 units to the residual variance at level 2.
treatment effect heterogeneity as ratio of treatment effect variance among level 3 units to the residual variance at level 3.
average proportion of level 1 units randomly assigned to treatment within level 2 units.
number of covariates at level 3.
proportion of level 1 variance in the outcome explained by level 1 covariates.
proportion of treatment effect variance among level 2 units explained by level 2 covariates.
proportion of treatment effect variance among level 3 units explained by level 3 covariates.
harmonic mean of level 1 units across level 2 units (or simple average).
harmonic mean of level 2 units across level 3 units (or simple average).
number of level 3 units.
starting value for K
.
tolerance to end iterative process for finding K
.
function name.
list of parameters used in power calculation.
degrees of freedom.
noncentrality parameter.
statistical power \((1-\beta)\).
minimum detectable effect size.
number of level 3 units.
# NOT RUN {
# 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)
# }
Run the code above in your browser using DataLab