design_grid: Function to design an experimental grid of combinations

Description Usage Arguments Value

View source: R/design.R

Description

Function to design an experimental grid of combinations

Usage

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
)

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


skgallagher/loewesadditivity documentation built on April 6, 2021, 1:49 a.m.