Skip to content

Commit b7c9626

Browse files
committed
docs
1 parent f3d49c0 commit b7c9626

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

R/check_group_variation.R

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
#' `by = c("L4", "L3", "L2")`.
2121
#' - a character vector with variable names in the format `by = "L4/L3/L2"`,
2222
#' where the levels are separated by `/`.
23-
#' @param nested Logical, if `TRUE`, the data is treated as nested. If `FALSE`,
24-
#' the data is treated as cross-classified. Only applies if `by` contains more
25-
#' than one variable.
23+
#' @param only_balanced ...
2624
#' @param tolerance The amount of variation (calculated by `var()`, i.e. the
2725
#' variance of a variable) that is tolerated to indicate no within- or
2826
#' between-effect.
@@ -53,13 +51,11 @@
5351
#' by = "id"
5452
#' )
5553
#' @export
56-
check_group_variation <- function(
57-
x,
58-
select = NULL,
59-
by = NULL,
60-
tolerance = 1e-4,
61-
only_balanced = TRUE
62-
) {
54+
check_group_variation <- function(x,
55+
select = NULL,
56+
by = NULL,
57+
tolerance = 1e-4,
58+
only_balanced = TRUE) {
6359
insight::check_if_installed("datawizard", minimum_version = "0.12.0")
6460

6561
if (inherits(select, "formula")) {

man/check_group_variation.Rd

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

0 commit comments

Comments
 (0)