forked from koenderks/jfa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
66 lines (66 loc) · 2.35 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: jfa
Title: Statistical Methods for Auditing
Version: 0.7.3
Date: 2024-12-16
Authors@R: c(
person("Koen", "Derks", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = '0000-0002-5533-9349')),
person("Lotte", "Mensink", email = "[email protected]", role = "ctb",
comment = c(ORCID = '0009-0001-8321-4690')),
person("Federica", "Picogna", email = "[email protected]", role = "ctb",
comment = c(ORCID = '0009-0005-5587-6119'))
)
Description: Provides statistical methods for auditing as implemented in JASP
for Audit (Derks et al., 2021 <doi:10.21105/joss.02733>). First, the package
makes it easy for an auditor to plan a statistical sample, select the sample
from the population, and evaluate the misstatement in the sample compliant
with international auditing standards. Second, the package provides
statistical methods for auditing data, including tests of digit
distributions and repeated values. Finally, the package includes methods for
auditing algorithms on the aspect of fairness and bias. Next to classical
statistical methodology, the package implements Bayesian equivalents of
these methods whose statistical underpinnings are described in Derks et al.
(2021) <doi:10.1111/ijau.12240>, Derks et al. (2024)
<doi:10.2308/AJPT-2021-086>, Derks et al. (2022) <doi:10.31234/osf.io/8nf3e>
and Derks et al. (2024) <doi:10.31234/osf.io/tgq5z>.
Depends:
R (>= 3.5.0)
Imports:
bde (>= 1.0.1.1),
extraDistr (>= 1.9.1),
ggplot2 (>= 3.4.2),
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
rstantools (>= 2.2.0),
stats,
truncdist (>= 1.0-2)
Suggests:
benford.analysis (>= 0.1.5),
BenfordTests (>= 1.2.0),
BeyondBenford (>= 1.4),
fairness,
knitr,
MUS (>= 0.1.6),
rmarkdown,
samplingbook (>= 1.2.4),
testthat
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
VignetteBuilder: knitr
URL: https://koenderks.github.io/jfa/, https://github.com/koenderks/jfa
BugReports: https://github.com/koenderks/jfa/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
SystemRequirements: C++17, GNU make
Language: en-US
RoxygenNote: 7.3.2
Biarch: true