Function to deploy experimental designs
tarpuy_design( data, n_factors = 1, type = "crd", rep = 2, serie = 2, seed = 0, qr = "fb" )
| data | Experimental design data frame with the factors and level. See examples. |
|---|---|
| n_factors | Number of factor in the experiment(default = 1). See details. |
| type | Type of experimental arrange (default = "crd"). See details. |
| rep | Number of replications in the experiment (default = 3). |
| serie | Digits in the plot id (default = 2). |
| seed | Replicability of draw results (default = 0) always random. See details. |
| qr | Bar code prefix for data collection. |
A list with the fieldbook design
The function allows to include the arguments in the sheet that have
the information of the design. You should include 2 columns in the sheet:
{arguments} and {values}. See examples. The information will
be extracted automatically and deploy the design. n_factors = 1:
crd, rcbd, lsd, lattice. n_factors = 2 (factorial): split_crd,
split_rcbd n_factors >= 2 (factorial): crd, rcbd, lsd.