powered by
Some combinations of parameter values cannot create a balanced incomplete block design.
menu_bibd( t = random_integer_small(min = 3), k = random_integer_small(max = t - 1), r = random_integer_small(), seed = random_seed_number() )
A recipe for balance incomplete block design.
The number of treatments.
The size of the block. This should be less than the number of treatments.
The number of replications for each treatment level.
A scalar value for computational reproducibility.
Other recipe-designs: menu_crd(), menu_factorial(), menu_graeco(), menu_hyper_graeco(), menu_lsd(), menu_rcbd(), menu_split(), menu_strip(), menu_youden()
menu_crd()
menu_factorial()
menu_graeco()
menu_hyper_graeco()
menu_lsd()
menu_rcbd()
menu_split()
menu_strip()
menu_youden()
menu_bibd(t = 3, k = 2, r = 4)
Run the code above in your browser using DataLab