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