size_n.one_way: Design for One-Way ANOVA

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

Returns the optimal number of obervations per level of factor A.

Usage

1
size_n.one_way.model_1(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

cases

Specifies whether the "maximin" or "maximin" sizes are to be determined

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

size.anova

Examples

1
2
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")

OPDOE documentation built on May 1, 2019, 8:45 p.m.

Related to size_n.one_way in OPDOE...