Skip to content

Commit 1d5b1fd

Browse files
committed
docs, news
1 parent 42d61ea commit 1d5b1fd

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
functions provide information about the reliability of group-level estimates
77
(i.e., random effects) in mixed models.
88

9+
* `check_group_variation()` to check whether variables have a within- or between-
10+
group variation (or both).
11+
912
## Changes
1013

1114
* Singularity checks with `check_singularity()` are now more efficient and also

R/check_group_variation.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
#' the data is treated as cross-classified. Only applies if `by` contains more
2727
#' than one variable.
2828
#'
29+
#' @return A list with at most three elements, `within`, `between`, and `both`,
30+
#' where each element contains the name of variables that have one of these
31+
#' effects.
32+
#'
2933
#' @examples
3034
#' set.seed(1234)
3135
#' dat <- data.frame(

man/check_group_variation.Rd

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)