-
-
Notifications
You must be signed in to change notification settings - Fork 94
/
DESCRIPTION
163 lines (163 loc) · 4.42 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Type: Package
Package: performance
Title: Assessment of Regression Models Performance
Version: 0.12.4.5
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8895-3206")),
person(given = "Dominique",
family = "Makowski",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5375-9967")),
person(given = "Mattan S.",
family = "Ben-Shachar",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4287-4801")),
person(given = "Indrajeet",
family = "Patil",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531")),
person(given = "Philip",
family = "Waggoner",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7825-7573")),
person(given = "Brenton M.",
family = "Wiernik",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9560-6336")),
person(given = "Rémi",
family = "Thériault",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4315-6788")),
person(given = "Vincent",
family = "Arel-Bundock",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-2042-7063")),
person(given = "Martin",
family = "Jullum",
role = "rev"),
person(given = "gjo11",
role = "rev"),
person(given = "Etienne",
family = "Bacher", ,
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-9271-5075")),
person(given = "Joseph",
family = "Luchman",
role = "ctb",
comment = c(ORCID = "0000-0002-8886-9717")))
Maintainer: Daniel Lüdecke <[email protected]>
Description: Utilities for computing measures to assess model quality,
which are not directly provided by R's 'base' or 'stats' packages.
These include e.g. measures like r-squared, intraclass correlation
coefficient (Nakagawa, Johnson & Schielzeth (2017)
<doi:10.1098/rsif.2017.0213>), root mean squared error or functions to
check models for overdispersion, singularity or zero-inflation and
more. Functions apply to a large variety of regression models,
including generalized linear models, mixed effects models and Bayesian
models. References: Lüdecke et al. (2021) <doi:10.21105/joss.03139>.
License: GPL-3
URL: https://easystats.github.io/performance/
BugReports: https://github.com/easystats/performance/issues
Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.15.0),
insight (>= 0.20.5),
datawizard (>= 0.13.0),
stats,
utils
Suggests:
AER,
afex,
BayesFactor,
bayesplot,
betareg,
bigutilsr,
blavaan,
boot,
brms,
car,
carData,
CompQuadForm,
correlation,
cplm,
dagitty,
dbscan,
DHARMa (>= 0.4.7),
estimatr,
fixest,
flextable,
forecast,
ftExtra,
gamm4,
ggdag,
glmmTMB (>= 1.1.10),
graphics,
Hmisc,
httr2,
ICS,
ICSOutlier,
ISLR,
ivreg,
lavaan,
lme4,
lmtest,
loo,
MASS,
Matrix,
mclogit,
mclust,
metadat,
metafor,
mgcv,
mlogit,
multimode,
nestedLogit,
nlme,
nonnest2,
ordinal,
parallel,
parameters (>= 0.22.0),
patchwork,
pscl,
psych,
quantreg,
qqplotr (>= 0.0.6),
randomForest,
RcppEigen,
rempsyc,
rmarkdown,
rstanarm,
rstantools,
sandwich,
see (>= 0.9.0),
survey,
survival,
testthat (>= 3.2.1),
tweedie,
VGAM,
withr (>= 3.0.0)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website:
rstudio/bslib,
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight