diff --git a/R/settings.R b/R/settings.R index 099acb9f..a5fa2368 100644 --- a/R/settings.R +++ b/R/settings.R @@ -21,7 +21,7 @@ #' initial_value = prior_sample * prior_shrinkage + (1 - prior_shrinkage) * prior_mean #' ``` #' This setting controls the shrinkage factor. A value of 0 means no shrinkage (i.e. -#' pure random draw) whilst a value of 1 means the intial value is just the mean. +#' pure random draw) whilst a value of 1 means the initial value is just the mean. #' #' @examples #' \dontrun{ diff --git a/inst/WORDLIST b/inst/WORDLIST index c9a5df06..8f0966fc 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -116,3 +116,4 @@ xk LogNormal AST throughs +behaviour diff --git a/man/jmpost-settings.Rd b/man/jmpost-settings.Rd index 19c31663..2ca801f6 100644 --- a/man/jmpost-settings.Rd +++ b/man/jmpost-settings.Rd @@ -21,7 +21,7 @@ distribution with a shrinkage factor towards the mean. That is: }\if{html}{\out{}} This setting controls the shrinkage factor. A value of 0 means no shrinkage (i.e. -pure random draw) whilst a value of 1 means the intial value is just the mean. +pure random draw) whilst a value of 1 means the initial value is just the mean. } } \examples{