# Get PD model set with default options
PDParametersSets <- create_ModelPD(Type = "Emax")
# Create PD model set with all possible combinations
# will give a warning since When 'Baseline == FALSE',
# there could be no model with 'Fractional == TRUE'
PDParametersSets <-
create_ModelPD(Type = "Emax",
Baseline = FALSE,
Inhibitory = c(FALSE, TRUE),
Sigmoid = c(FALSE, TRUE),
ByVector = FALSE)
Run the code above in your browser using DataLab