From f39815aa87272849f8e0c808099c4cee780c2a81 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
# Specify the SFO model (this is not needed any more, as we can now mkinfit("SFO", ...) SFO <- mkinmod(parent = list(type = "SFO")) # One parent compound, one metabolite, both single first order SFO_SFO <- mkinmod( parent = mkinsub("SFO", "m1"), - m1 = mkinsub("SFO"))Successfully compiled differential equation model from auto-generated C code.#>## Not run: ------------------------------------ # # The above model used to be specified like this, before the advent of mkinsub() # SFO_SFO <- mkinmod( @@ -210,7 +212,7 @@