Learn R Programming

blocksdesign (version 3.2)

upper_bounds: Efficiency bounds

Description

Finds upper A-efficiency bounds for regular block designs.

Usage

upper_bounds(n, v, b)

Arguments

n

the total number of plots in the design.

v

the total number of treatments in the design.

b

the total number of blocks in the design.

Details

Upper bounds for the A-efficiency factors of regular block designs (see Chapter 2.8 of John and Williams 1995). Non-trivial A-efficiency upper bounds are calculated for regular block designs with equal block sizes and equal replication. All other designs return NA.

References

John, J. A. and Williams, E. R. (1995). Cyclic and Computer Generated Designs. Chapman and Hall, London.

Examples

Run this code
# NOT RUN {
# 50 plots, 10 treatments and 10 blocks for a design with 5 replicates and blocks of size 5 
upper_bounds(n=50,v=10,b=10)

# }

Run the code above in your browser using DataLab