forked from bcjaeger/r2glmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.71 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: r2glmm
Type: Package
Title: Computes R Squared for Mixed (Multilevel) Models
Date: 2017-08-04
Version: 0.1.2.9003
Authors@R: person("Byron", "Jaeger", email = "[email protected]", role = c("aut", "cre"))
Description: The model R squared and semi-partial R squared for the linear and
generalized linear mixed model (LMM and GLMM) are computed with confidence
limits. The R squared measure from Edwards et.al (2008) <DOI:10.1002/sim.3429>
is extended to the GLMM using penalized quasi-likelihood (PQL) estimation
(see Jaeger et al. 2016 <DOI:10.1080/02664763.2016.1193725>). Three methods
of computation are provided and described as follows. (1) The
Kenward-Roger approach; due to some inconsistencies between the 'pbkrtest'
package and the 'glmmPQL' function, the Kenward-Roger approach in the
'r2glmm' package is limited to the LMM. (2) The method introduced
by Nakagawa and Schielzeth (2013) <DOI:10.1111/j.2041-210x.2012.00261.x>
and later extended by Johnson (2014) <DOI:10.1111/2041-210X.12225>.
The 'r2glmm' package only computes marginal R squared for the LMM and does
not generalize the statistic to the GLMM; however, confidence limits and
semi-partial R squared for fixed effects are useful additions. (3) Lastly, an
approach using standardized generalized variance (SGV) can be used for
covariance model selection.
Imports:
mgcv,
lmerTest,
Matrix,
pbkrtest,
ggplot2,
afex,
stats,
MASS,
gridExtra,
grid,
data.table,
dplyr
Suggests:
lme4,
nlme,
testthat,
gamm4
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.1.1
URL: https://github.com/bcjaeger/r2glmm
BugReports: https://github.com/bcjaeger/r2glmm/issues