exec/model_library.R

#' @export
  pk_oral <- PKPDsim::new_ode_model(code = "
    dAdt[1] = -KA*A[1];
    dAdt[2] = KA*A[1] - (CL/V)*A[2];
  ")
InsightRX/PKPDsim documentation built on April 25, 2024, 2:10 a.m.