forked from easystats/parameters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
153 lines (153 loc) · 3.51 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
Package: parameters
Type: Package
Title: Processing of Model Parameters
Version: 0.12.0.1
Authors@R:
c(
person("Daniel",
"Lüdecke",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
person("Dominique",
"Makowski",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-5375-9967")),
person("Mattan S.",
"Ben-Shachar",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4287-4801")),
person(given = "Indrajeet",
family = "Patil",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
person(given = "Søren",
family = "Højsgaard",
role = c("aut"),
email = "[email protected]"),
person(given = "Zen J.",
family = "Lau",
role = c("ctb"),
email = "[email protected]"),
person(given = "Vincent",
family = "Arel-Bundock",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@vincentab")),
person(given = "Jeffrey",
family = "Girard",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7359-3746", Twitter = "@jeffreymgirard"))
)
Description: Utilities for processing the parameters of various
statistical models. Beyond computing p values, CIs, and other indices
for a wide variety of models (see support list of insight; Lüdecke,
Waggoner & Makowski (2019) <doi:10.21105/joss.01412>), this package
implements features like bootstrapping or simulating of parameters and
models, feature reduction (feature extraction and variable selection)
as well as functions to describe data and variable characteristics
(e.g. skewness, kurtosis, smoothness or distribution).
License: GPL-3
URL: https://easystats.github.io/parameters/
BugReports: https://github.com/easystats/parameters/issues
Depends:
R (>= 3.4)
Imports:
bayestestR (>= 0.8.2),
insight (>= 0.13.0),
methods,
stats,
utils
Suggests:
AER,
afex,
aod,
BayesFactor,
BayesFM,
bbmle,
betareg,
blme,
boot,
brglm2,
brms,
broom,
cAIC4,
car,
cgam,
clubSandwich,
cluster,
cplm,
dplyr,
DRR,
effectsize (>= 0.4.3),
emmeans (>= 1.4),
EGAnet (>= 0.7),
FactoMineR,
fastICA,
gam,
gamlss,
gee,
geepack,
ggplot2,
GLMMadaptive,
glmmTMB,
GPArotation,
gt,
lavaan,
lavaSearch2,
lme4,
lmerTest,
logspline,
lqmm,
knitr,
MASS,
magrittr,
Matrix,
mclust,
MCMCglmm,
mediation,
metaBMA,
metafor,
mice,
mfx,
mgcv,
multcomp,
multimode,
MuMIn,
M3C,
NbClust,
nFactors,
nlme,
panelr,
performance (>= 0.7.0),
plm,
PMCMRplus,
pbkrtest,
projpred,
pscl,
psych,
quantreg,
randomForest,
rmarkdown,
rstanarm,
sandwich,
see,
sjstats,
spelling,
survey,
survival,
testthat,
TMB,
tripack,
truncreg,
VGAM,
WRS2
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1.9001
VignetteBuilder: knitr
Config/testthat/edition: 3