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];
  ")

Try the PKPDsim package in your browser

Any scripts or data that you put into this service are public.

PKPDsim documentation built on March 7, 2023, 5:40 p.m.