powered by
Returns the optimal number of obervations per level of factor A.
size_n.one_way.model_1(alpha, beta, delta, a, cases)
Risk of 1st kind
Risk of 2nd kind
The minimum difference to be detected
Number of levels of fixed factor A
Specifies whether the "maximin" or "maximin" sizes are to be determined
"maximin"
Integer giving the size.
see chapter 3 in the referenced book
Dieter Rasch, Juergen Pilz, L.R. Verdooren, Albrecht Gebhardt: Optimal Experimental Design with R, Chapman and Hall/CRC, 2011
size.anova
# NOT RUN { size_n.one_way.model_1(0.05,0.1, 2, 4, "maximin") size_n.one_way.model_1(0.05,0.1, 2, 4, "minimin") # }
Run the code above in your browser using DataLab