Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3921f51

Browse files
authoredSep 30, 2022
engine-specific docs for the glmer engine of linear_reg() (#821)
* add glmer engine doc * update docs
1 parent a9f8e1e commit 3921f51

File tree

86 files changed

+718
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+718
-265
lines changed
 

‎R/linear_reg_glmer.R

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#' Linear regression via generalized mixed models
2+
#'
3+
#' The `"glmer"` engine estimates fixed and random effect regression parameters
4+
#' using maximum likelihood (or restricted maximum likelihood) estimation.
5+
#'
6+
#' @includeRmd man/rmd/linear_reg_glmer.md details
7+
#'
8+
#' @name details_linear_reg_glmer
9+
#' @keywords internal
10+
NULL
11+
12+
# See inst/README-DOCS.md for a description of how these files are processed

‎man/details_C5_rules_C5.0.Rd

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

0 commit comments

Comments
 (0)
Please sign in to comment.