-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.44 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
Package: bootGOF
Title: Bootstrap Based Goodness-of-Fit Tests
Version: 0.1.0.9000
Authors@R:
c(person(given = "Marsel",
family = "Scheer",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Gerhard",
family = "Dikta",
role = c("aut"),
email = "[email protected]"))
Description: Bootstrap based goodness-of-fit tests. It allows
to perform rigorous statistical tests to check if a chosen
model family is correct based on the marked empirical
process. The implemented algorithms are described in
(Dikta and Scheer (2021) <doi:10.1007/978-3-030-73480-0>)
and can be applied
to generalized linear models without any further implementation
effort. As far as certain linearity conditions are fulfilled
the resampling scheme are also applicable beyond generalized
linear models. This is reflected in the software architecture
which allows to reuse the resampling scheme by implementing
only certain interfaces for models that are not supported
natively by the package.
Imports:
checkmate (>= 2.0.0),
R6 (>= 2.4.1)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.0
URL: https://github.com/MarselScheer/bootGOF
BugReports: https://github.com/MarselScheer/bootGOF/issues
Suggests:
covr,
roxygen2,
pkgdown,
tinytest,
mockery,
knitr,
rmarkdown,
minpack.lm,
MASS
VignetteBuilder: knitr