Description Usage Arguments Value
Function to design an experimental grid of combinations
1 2 3 4 5 | design_grid(
levels_A = c(0, 1 * 2^(-4:2)),
levels_B = c(0, 2 * 2^(-4:2)),
n_rep = 1
)
|
levels_A |
levels of A used in the combination |
levels_B |
levels of B used in the combination |
n_rep |
number of total repetitions of experiment |
data frame with columns dose_A, dose_B, and GIA for all possible combinations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.