## Example for DataCombo ----
DataCombo(
x = cbind(
drug1 = c(10, 10, 10, 20, 20, 20),
drug2 = c(20, 20, 20, 20, 20, 20)
),
y = c(0L, 0L, 1L, 0L, 0L, 0L),
ID = 1L:6L,
cohort = c(1L, 1L, 1L, 2L, 2L, 2L),
doseGrid = list(
drug1 = c(10, 20, 30),
drug2 = c(20, 40)
)
)
Run the code above in your browser using DataLab