design_grid: Function to design an experimental grid of combinations
Description
Function to design an experimental grid of combinations
Usage
design_grid(
levels_A = c(0, 1 * 2^(-4:2)),
levels_B = c(0, 2 * 2^(-4:2)),
n_rep = 1
)
Arguments
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
Value
data frame with columns dose_A, dose_B, and GIA for all possible combinations