diff --git a/R/bayesfactor_parameters.R b/R/bayesfactor_parameters.R index 17ac05314..84127a40c 100644 --- a/R/bayesfactor_parameters.R +++ b/R/bayesfactor_parameters.R @@ -92,7 +92,7 @@ #' - **A data frame** - `prior` should also be a _data frame_, representing the prior-estimates, in matching column order. #' - If `rvar_col` is specified, `prior` should be _the name of an `rvar` column_ that represents the prior-estimates. #' - **Supported Bayesian model (`stanreg`, `brmsfit`, etc.)** -#' - `prior` should be _a model an equivalent model with MCMC samples from the priors *only*_. See [unupdate()]. +#' - `prior` should be _a model an equivalent model with MCMC samples from the priors **only**_. See [unupdate()]. #' - If `prior` is set to `NULL`, [unupdate()] is called internally (not supported for `brmsfit_multiple` model). #' - **Output from a `{marginaleffects}` function** - `prior` should also be _an equivalent output_ from a `{marginaleffects}` function based on a prior-model #' (See [unupdate()]). diff --git a/man/bayesfactor_parameters.Rd b/man/bayesfactor_parameters.Rd index cb51465eb..fbc97e667 100644 --- a/man/bayesfactor_parameters.Rd +++ b/man/bayesfactor_parameters.Rd @@ -242,7 +242,7 @@ to match the \code{posterior}-type input: } \item \strong{Supported Bayesian model (\code{stanreg}, \code{brmsfit}, etc.)} \itemize{ -\item \code{prior} should be \emph{a model an equivalent model with MCMC samples from the priors \emph{only}}. See \code{\link[=unupdate]{unupdate()}}. +\item \code{prior} should be \emph{a model an equivalent model with MCMC samples from the priors \strong{only}}. See \code{\link[=unupdate]{unupdate()}}. \item If \code{prior} is set to \code{NULL}, \code{\link[=unupdate]{unupdate()}} is called internally (not supported for \code{brmsfit_multiple} model). } \item \strong{Output from a \code{{marginaleffects}} function} - \code{prior} should also be \emph{an equivalent output} from a \code{{marginaleffects}} function based on a prior-model diff --git a/man/bayesfactor_restricted.Rd b/man/bayesfactor_restricted.Rd index 174a88161..b9ac0cfc1 100644 --- a/man/bayesfactor_restricted.Rd +++ b/man/bayesfactor_restricted.Rd @@ -135,7 +135,7 @@ to match the \code{posterior}-type input: } \item \strong{Supported Bayesian model (\code{stanreg}, \code{brmsfit}, etc.)} \itemize{ -\item \code{prior} should be \emph{a model an equivalent model with MCMC samples from the priors \emph{only}}. See \code{\link[=unupdate]{unupdate()}}. +\item \code{prior} should be \emph{a model an equivalent model with MCMC samples from the priors \strong{only}}. See \code{\link[=unupdate]{unupdate()}}. \item If \code{prior} is set to \code{NULL}, \code{\link[=unupdate]{unupdate()}} is called internally (not supported for \code{brmsfit_multiple} model). } \item \strong{Output from a \code{{marginaleffects}} function} - \code{prior} should also be \emph{an equivalent output} from a \code{{marginaleffects}} function based on a prior-model diff --git a/man/si.Rd b/man/si.Rd index a99c3cc97..0ca1492af 100644 --- a/man/si.Rd +++ b/man/si.Rd @@ -163,7 +163,7 @@ to match the \code{posterior}-type input: } \item \strong{Supported Bayesian model (\code{stanreg}, \code{brmsfit}, etc.)} \itemize{ -\item \code{prior} should be \emph{a model an equivalent model with MCMC samples from the priors \emph{only}}. See \code{\link[=unupdate]{unupdate()}}. +\item \code{prior} should be \emph{a model an equivalent model with MCMC samples from the priors \strong{only}}. See \code{\link[=unupdate]{unupdate()}}. \item If \code{prior} is set to \code{NULL}, \code{\link[=unupdate]{unupdate()}} is called internally (not supported for \code{brmsfit_multiple} model). } \item \strong{Output from a \code{{marginaleffects}} function} - \code{prior} should also be \emph{an equivalent output} from a \code{{marginaleffects}} function based on a prior-model