mrss.ira1r1
calculates minimum required sample size (MRSS) for completely randomized controlled trials
where individuals are randomly assigned to treatment and control groups.
mrss.ira1r1(mdes=.25, power=.80, alpha=.05, two.tail=TRUE, gm=10, ncase=10, constrain="power", n=NULL, n0=10, tol=.10, P=.50, g1=0, R12=0)
TRUE
for two-tailed hypothesis testing, FALSE
for one-tailed hypothesis testing."cost"
, "power"
, or "mdes"
.NULL
.n
Sample size n
) is calculated using an iterative procedure described in Dong & Maynard (2013)
due to model degrees of freedom dependency on n
.
Further definition of design parameters can be found in Dong & Maynard (2013).
Dong & Maynard (2013). PowerUp!: A Tool for Calculating Minum Detectable Effect Sizes and Minimum Required Sample Sizes for Experimental and Quasi-Experimental Design Studies,Journal of Research on Educational Effectiveness, 6(1), 24-6.
mdes.ira1r1, power.ira1r1, optimal.ira1r1
## Not run:
#
# mrss.ira1r1(n=83)
#
# ## End(Not run)
Run the code above in your browser using DataLab