aboutsummaryrefslogtreecommitdiff
path: root/R/transform_odeparms.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-05-20 08:36:42 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-05-20 09:50:33 +0200
commit4110808d1953b8704ef48d0dc5b5e445cbde9af0 (patch)
tree72b3fb574fecc0494baadf48cea71de2ea5a5b8a /R/transform_odeparms.R
parent9a594513914874eac093046678f0e7a5ab640871 (diff)
Step back regarding confidence intervals of formation fractions
- Don't give confidence intervals for formation fractions that belong to a set, only for single formation fractions - Update the vignette with history and background - Correct 'isotropic' into 'isometric' in the ilr documentation, the README and the comments in transform_odeparms - Candidate for release to CRAN
Diffstat (limited to 'R/transform_odeparms.R')
-rw-r--r--R/transform_odeparms.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/transform_odeparms.R b/R/transform_odeparms.R
index a0c302f5..2438151b 100644
--- a/R/transform_odeparms.R
+++ b/R/transform_odeparms.R
@@ -30,7 +30,7 @@ transform_odeparms <- function(parms, mod_vars,
else transparms[index_k] <- parms[index_k]
}
- # Go through state variables and apply isotropic logratio transformation if requested
+ # Go through state variables and apply isometric logratio transformation if requested
for (box in mod_vars) {
indices_f <- grep(paste("^f", box, sep = "_"), names(parms))
f_names <- grep(paste("^f", box, sep = "_"), names(parms), value = TRUE)
@@ -73,7 +73,7 @@ backtransform_odeparms <- function(transparms, mod_vars,
else parms[index_k] <- transparms[index_k]
}
- # Go through state variables and apply inverse isotropic logratio transformation
+ # Go through state variables and apply inverse isometric logratio transformation
for (box in mod_vars) {
indices_f <- grep(paste("^f", box, sep = "_"), names(transparms))
f_names <- grep(paste("^f", box, sep = "_"), names(transparms), value = TRUE)

Contact - Imprint