size_b.two_way {OPDOE} | R Documentation |
Design for Two-Way ANOVA
Description
Returns the optimal number of obervations per level of factor B.
Usage
size_b.two_way_cross.mixed_model_a_fixed_a(alpha, beta, delta, a, n, cases)
size_b.two_way_nested.b_random_a_fixed_a(alpha, beta, delta, a, cases)
Arguments
alpha |
Risk of 1st kind |
beta |
Risk of 2nd kind |
delta |
The minimum difference to be detected |
a |
Number of levels of fixed factor A |
n |
Number of replications |
cases |
Specifies whether the |
Details
see chapter 3 in the referenced book
Value
Integer giving the size.
Note
Better use size.anova
which allows a cleaner notation.
Author(s)
Dieter Rasch, Juergen Pilz, L.R. Verdooren, Albrecht Gebhardt, Minghui Wang
References
Dieter Rasch, Juergen Pilz, L.R. Verdooren, Albrecht Gebhardt: Optimal Experimental Design with R, Chapman and Hall/CRC, 2011
See Also
Examples
size_b.two_way_cross.mixed_model_a_fixed_a(0.05,0.1, 1, 6, 1, "maximin")
size_b.two_way_cross.mixed_model_a_fixed_a(0.05,0.1, 1, 6, 1, "minimin")
size_b.two_way_cross.mixed_model_a_fixed_a(0.05,0.1, 1, 6, 2, "maximin")
size_b.two_way_cross.mixed_model_a_fixed_a(0.05,0.1, 1, 6, 2, "minimin")
size_b.two_way_nested.b_random_a_fixed_a(0.05, 0.1, 1, 6, "maximin")
size_b.two_way_nested.b_random_a_fixed_a(0.05, 0.1, 1, 6, "minimin")
[Package OPDOE version 1.0-10 Index]