Skip to content

Commit

Permalink
RD
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 12, 2023
1 parent 8ef0626 commit bab1d8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/check_overdispersion.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/model_performance.rma.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/check_overdispersion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/model_performance.rma.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bab1d8b

Please sign in to comment.