aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-01-03 17:31:47 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-01-03 17:31:47 +0100
commit18a18ef46391c4b9fa3e5e1cb06937d90a83ba05 (patch)
treee76b35450e54730bb25a4917067fdc409f43b7d4
parented2ab7bba07e3cb036782227fe27943f4b5583fa (diff)
Improve template text, use neutral name for dll_dir
-rw-r--r--inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd12
1 files changed, 6 insertions, 6 deletions
diff --git a/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd
index 9a975607..e26213f5 100644
--- a/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd
+++ b/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd
@@ -144,10 +144,10 @@ intervals are listed below.
parms(parent_best, ci = TRUE) |> kable(digits = 3)
```
-As an example of the investigation of covariate influence on degradation
-parameters, a covariate model is added to the hierarchical model for each of
-the degradation parameters with well-defined random effects. Also,
-a version with covariate models for both of them is fitted.
+To investigate a potential covariate influence on degradation parameters, a
+covariate model is added to the hierarchical model for each of the degradation
+parameters with well-defined random effects. Also, a version with covariate
+models for both of them is fitted.
```{r parent-best-pH}
parent_best_pH_1 <- update(parent_best, covariates = covariates,
@@ -188,14 +188,14 @@ parallel formation of two metabolites is set up.
```{r m_sforb_sfo2}
-if (!dir.exists("lambda_dlls")) dir.create("lambda_dlls")
+if (!dir.exists("dlls")) dir.create("dlls")
m_sforb_sfo2 = mkinmod(
lambda = mkinsub("SFORB", to = c("c_V", "c_XV")),
c_V = mkinsub("SFO"),
c_XV = mkinsub("SFO"),
name = "sforb_sfo2",
- dll_dir = "lambda_dlls",
+ dll_dir = "dlls",
overwrite = TRUE, quiet = TRUE
)
```

Contact - Imprint