make_bibd {bwsTools}R Documentation

Make Balanced Incomplete Block Designs from bibds Designs

Description

This function generates a balanced incomplete block design. It takes one argument, the design number from the bibds data.frame object. See bibds.

Usage

make_bibd(design, seed = 1839)

Arguments

design

Integer from 1 to 32. Corresponds to the characteristics from the bibds data.frame object.

seed

Integer to set seed for reproducibility, such that the same design will be returned on different occasions. Defaults to 1839, so that the function will, by default, yield reproducible designs.

Value

A tibble. The first column indicates the block, and the rest of the columns indicate which item is in each block.


[Package bwsTools version 1.2.0 Index]