forked from florianhartig/DHARMa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.9 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
46
47
48
49
50
Package: DHARMa
Title: Residual Diagnostics for Hierarchical (Multi-Level / Mixed) Regression Models
Version: 0.3.3.1
Date: 2020-08-22
Authors@R: c(person("Florian", "Hartig", email = "florian.hartig@biologie.uni-regensburg.de", role = c("aut", "cre"), comment=c(ORCID="0000-0002-6255-9059")), person("Lukas", "Lohse", role = "ctb"))
Description: The 'DHARMa' package uses a simulation-based approach to create
readily interpretable scaled (quantile) residuals for fitted (generalized) linear mixed
models. Currently supported are linear and generalized linear (mixed) models from 'lme4'
(classes 'lmerMod', 'glmerMod'), 'glmmTMB' 'GLMMadaptive' and 'spaMM', generalized additive models
('gam' from 'mgcv'), 'glm' (including 'negbin' from 'MASS', but excluding quasi-distributions) and
'lm' model classes. Moreover, externally created simulations, e.g. posterior predictive simulations
from Bayesian software such as 'JAGS', 'STAN', or 'BUGS' can be processed as well.
The resulting residuals are standardized to values between 0 and 1 and can be interpreted
as intuitively as residuals from a linear regression. The package also provides a number of
plot and test functions for typical model misspecification problems, such as
over/underdispersion, zero-inflation, and residual spatial and temporal autocorrelation.
Depends:
R (>= 3.0.2)
Imports:
stats,
graphics,
utils,
grDevices,
parallel,
doParallel,
foreach,
gap,
lmtest,
ape,
qgam (>= 1.3.2),
lme4
Suggests:
knitr,
testthat,
rmarkdown,
KernSmooth,
sfsmisc,
MASS,
mgcv,
glmmTMB (>= 1.0.1),
spaMM (>= 3.2.0),
GLMMadaptive
License: GPL (>= 3)
URL: http://florianhartig.github.io/DHARMa/
BugReports: https://github.com/florianhartig/DHARMa/issues
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(old_usage = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8