Check to make sure required parameters are present to evaluate 2-compartment model for a given route and medium
check_params_2comp(params, route, medium, ...)
Character: A message. If all required parameters are present for the given media & routes, the message is "Parameters OK". If required parameters for the oral route are missing, the message is "Error: For 2-compartment oral model, missing parameters (comma-separated list of parameter names)". If required parameters for the IV route are missing, the message is "Error: For 2-compartment oral model, missing parameters (comma-separated list of parameter names)".
A named numeric vector of parameters for the 2-compartment model.
A character vector of routes: "iv" and/or "oral".
A character vector of tissue media: "plasma" and/or "blood".
Additional arguments (not currently used)
Caroline Ring