df.rcbd {pwr4exp} | R Documentation |
Create a data frame of randomized complete block design
df.rcbd(treatments, label, blocks)
treatments |
An integer-valued vector specifying the treatment structure,
in which the length of the vector indicates the number of treatment factors,
and each value represents the number of levels for each factor. A maximum of
two factors is allowed, and they are arranged in a factorial design.
For instance, |
label |
Optional. A list of character vectors specifying the names of
treatment factors and factor levels. Each vector in the list represents a
treatment factor, where the name of the vector specifies the name of the
factor, and the values in the vector are the labels for that factor's levels.
If not provided, factors and levels for one and two treatment factors are
labeled as |
blocks |
the number of blocks |
a data.frame with columns for blocks and treatment factors