Skip to content

Commit

Permalink
Merge branch 'main' into strengejacke/issue447
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Aug 30, 2023
2 parents e2aece5 + 10599b2 commit bd127c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/demean.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
#' @inheritParams center
#'
#' @return
#'
#' A data frame with the group-/de-meaned variables, which get the suffix
#' `"_between"` (for the group-meaned variable) and `"_within"` (for the
#' de-meaned variable) by default.
#'
#' @seealso If grand-mean centering (instead of centering within-clusters)
#' is required, see [center()].
#' is required, see [center()]. See [`performance::check_heterogeneity_bias()`]
#' to check for heterogeneity bias.
#'
#' @details
#'
Expand Down
3 changes: 2 additions & 1 deletion man/demean.Rd

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

0 comments on commit bd127c6

Please sign in to comment.