Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 7, 2024
1 parent 7a7ec9b commit d436dea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/demean.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,10 @@
#' individual value, i.e. _fully cluster-mean-centering_ (see _Guo et al. 2024_
#' for details). Note that de-meaning for cross-classified designs is *not*
#' equivalent to de-meaning of nested data structures from models with three or
#' more levels, i.e. de-meaning is supposed to work for models like
#' `y ~ x + (1|group1) + (1|group2)`, but *not* for models like
#' `y ~ x + (1|group1/group2)`.
#' more levels. Set `nested = TRUE` to explicitly assume a nested design. for
#' cross-classified designs, de-meaning is supposed to work for models like
#' `y ~ x + (1|level3) + (1|level2)`, but *not* for models like
#' `y ~ x + (1|level3/level2)`.
#'
#' @section Analysing panel data with mixed models using lme4:
#'
Expand Down
7 changes: 4 additions & 3 deletions man/demean.Rd

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

0 comments on commit d436dea

Please sign in to comment.