aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vignettes/compiled_models.Rmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/vignettes/compiled_models.Rmd b/vignettes/compiled_models.Rmd
index 3db5cfe8..9fd39d81 100644
--- a/vignettes/compiled_models.Rmd
+++ b/vignettes/compiled_models.Rmd
@@ -19,7 +19,7 @@ library(knitr)
opts_chunk$set(tidy = FALSE, cache = FALSE)
```
-## Benchmark for a model that can also be solved with Eigenvalues
+## Model that can also be solved with Eigenvalues
This evaluation is taken from the example section of mkinfit. When using an mkin version
equal to or greater than 0.9-36 and a C compiler (gcc) is available, you will see
@@ -73,7 +73,7 @@ rownames(smb.1) <- smb.1$expr
smb.1["median"]/smb.1["deSolve, compiled", "median"]
```
-## Benchmark for a model that can not be solved with Eigenvalues
+## Model that can not be solved with Eigenvalues
This evaluation is also taken from the example section of mkinfit.

Contact - Imprint