From af7c6de4db9981ac814362c441fbac22c8faa2d7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 24 Nov 2022 09:02:26 +0100 Subject: Start online docs of the development version --- docs/dev/reference/create_deg_func.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'docs/dev/reference/create_deg_func.html') diff --git a/docs/dev/reference/create_deg_func.html b/docs/dev/reference/create_deg_func.html index 5d5870fe..e2a42873 100644 --- a/docs/dev/reference/create_deg_func.html +++ b/docs/dev/reference/create_deg_func.html @@ -17,7 +17,7 @@ mkin - 1.1.2 + 1.2.2 @@ -44,11 +44,14 @@ Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models
  • - Example evaluation of FOCUS Example Dataset Z + Short demo of the multistart method
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Example evaluation of FOCUS Example Dataset Z +
  • Calculation of time weighted average concentrations with mkin
  • @@ -56,7 +59,10 @@ Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -125,8 +131,8 @@ replications = 2) #> Loading required package: rbenchmark #> test replications elapsed relative user.self sys.self user.child -#> 1 analytical 2 0.401 1.000 0.401 0 0 -#> 2 deSolve 2 0.654 1.631 0.654 0 0 +#> 1 analytical 2 0.458 1.000 0.458 0 0 +#> 2 deSolve 2 0.713 1.557 0.713 0 0 #> sys.child #> 1 0 #> 2 0 @@ -139,8 +145,8 @@ deSolve = mkinfit(DFOP_SFO, FOCUS_D, solution_type = "deSolve", quiet = TRUE), replications = 2) #> test replications elapsed relative user.self sys.self user.child -#> 1 analytical 2 0.843 1.000 0.843 0 0 -#> 2 deSolve 2 1.445 1.714 1.445 0 0 +#> 1 analytical 2 0.884 1.000 0.883 0.000 0 +#> 2 deSolve 2 1.526 1.726 1.522 0.004 0 #> sys.child #> 1 0 #> 2 0 -- cgit v1.2.1