diff --git a/R/ppc-loo.R b/R/ppc-loo.R index 146c5d9a..b81d4ec3 100644 --- a/R/ppc-loo.R +++ b/R/ppc-loo.R @@ -388,7 +388,7 @@ ppc_loo_pit <- #' @template args-prob-prob_outer #' @param intervals For `ppc_loo_intervals()` and `ppc_loo_ribbon()`, optionally #' a matrix of pre-computed LOO predictive intervals that can be specified -#' instead of `yrep` ( ignored if `intervals` is specified). If not specified +#' instead of `yrep` (ignored if `intervals` is specified). If not specified #' the intervals are computed internally before plotting. If specified, #' `intervals` must be a matrix with number of rows equal to the number of #' data points and five columns in the following order: lower outer interval, diff --git a/man/PPC-loo.Rd b/man/PPC-loo.Rd index 288beb49..58e6a7fd 100644 --- a/man/PPC-loo.Rd +++ b/man/PPC-loo.Rd @@ -171,7 +171,7 @@ section for a demonstration.} \item{intervals}{For \code{ppc_loo_intervals()} and \code{ppc_loo_ribbon()}, optionally a matrix of pre-computed LOO predictive intervals that can be specified -instead of \code{yrep} ( ignored if \code{intervals} is specified). If not specified +instead of \code{yrep} (ignored if \code{intervals} is specified). If not specified the intervals are computed internally before plotting. If specified, \code{intervals} must be a matrix with number of rows equal to the number of data points and five columns in the following order: lower outer interval,