diff options
Diffstat (limited to 'R/transform_odeparms.R')
-rw-r--r-- | R/transform_odeparms.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/transform_odeparms.R b/R/transform_odeparms.R index 28e58f87..8f6eb57f 100644 --- a/R/transform_odeparms.R +++ b/R/transform_odeparms.R @@ -2,7 +2,7 @@ #' #' The transformations are intended to map parameters that should only take on #' restricted values to the full scale of real numbers. For kinetic rate -#' constants and other paramters that can only take on positive values, a +#' constants and other parameters that can only take on positive values, a #' simple log transformation is used. For compositional parameters, such as the #' formations fractions that should always sum up to 1 and can not be negative, #' the \code{\link{ilr}} transformation is used. |