df.rcbd | R Documentation |
Create a data frame of randomized complete block design
df.rcbd(treatments, label, blocks)
treatments |
An integer vector where each element represents the number of levels
of the corresponding treatment factor. A single integer (e.g., |
label |
Optional. A list of character vectors, each corresponding to a treatment factor.
The name of each vector specifies the factor's name, and its elements provide the labels for that factor's levels.
If no labels are provided, default labels will be used. For a single treatment factor, the default is
|
blocks |
the number of blocks |
a data.frame representing the data structure of the design
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.