diff --git a/R/check_overdispersion.R b/R/check_overdispersion.R index 5f61f18b0..95ad62c0a 100644 --- a/R/check_overdispersion.R +++ b/R/check_overdispersion.R @@ -4,8 +4,8 @@ #' @description `check_overdispersion()` checks generalized linear (mixed) #' models for overdispersion. #' -#' @param x Fitted model of class `merMod`, `glmmTMB`, `glm`, -#' or `glm.nb` (package \pkg{MASS}). +#' @param x Fitted model of class `merMod`, `glmmTMB`, `glm`, or `glm.nb` +#' (package **MASS**). #' @param ... Currently not used. #' #' @return A list with results from the overdispersion test, like chi-squared diff --git a/R/model_performance.rma.R b/R/model_performance.rma.R index 6a3fb2e93..413f5c9ea 100644 --- a/R/model_performance.rma.R +++ b/R/model_performance.rma.R @@ -1,7 +1,7 @@ #' Performance of Meta-Analysis Models #' #' Compute indices of model performance for meta-analysis model from the -#' \pkg{metafor} package. +#' **metafor** package. #' #' @param model A `rma` object as returned by `metafor::rma()`. #' @param metrics Can be `"all"` or a character vector of metrics to be diff --git a/man/check_overdispersion.Rd b/man/check_overdispersion.Rd index e8a68a6c9..ce8341dc4 100644 --- a/man/check_overdispersion.Rd +++ b/man/check_overdispersion.Rd @@ -7,8 +7,8 @@ check_overdispersion(x, ...) } \arguments{ -\item{x}{Fitted model of class \code{merMod}, \code{glmmTMB}, \code{glm}, -or \code{glm.nb} (package \pkg{MASS}).} +\item{x}{Fitted model of class \code{merMod}, \code{glmmTMB}, \code{glm}, or \code{glm.nb} +(package \strong{MASS}).} \item{...}{Currently not used.} } diff --git a/man/model_performance.rma.Rd b/man/model_performance.rma.Rd index 69d1923ba..787b4d8c7 100644 --- a/man/model_performance.rma.Rd +++ b/man/model_performance.rma.Rd @@ -34,7 +34,7 @@ A data frame (with one row) and one column per "index" (see } \description{ Compute indices of model performance for meta-analysis model from the -\pkg{metafor} package. +\strong{metafor} package. } \details{ \subsection{Indices of fit}{