Skip to content

Commit

Permalink
no need for c() in the string
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 27, 2024
1 parent bc52b99 commit 5348754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/demean.R
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
#' levels in descending order in the `by` argument. E.g.,
#' `by = c("level4", "level3, "level2")` assumes a model like
#' `y ~ x + (1|level4/level3/level2)`. An alternative notation for the
#' `by`-argument would be `by = c("level4/level3/level2")`, similar to the
#' `by`-argument would be `by = "level4/level3/level2"`, similar to the
#' formula notation.
#'
#' @section Analysing panel data with mixed models using lme4:
Expand Down
2 changes: 1 addition & 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 5348754

Please sign in to comment.