From 18a18ef46391c4b9fa3e5e1cb06937d90a83ba05 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 3 Jan 2023 17:31:47 +0100 Subject: Improve template text, use neutral name for dll_dir --- .../templates/hierarchical_kinetics/skeleton/skeleton.Rmd | 12 ++++++------ 1 file 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 ) ``` -- cgit v1.2.1