forked from easystats/insight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
88 lines (88 loc) · 2.28 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
Package: insight
Type: Package
Title: Easy Access to Model Information for Various Model Objects
Description: A tool to provide an easy, intuitive and consistent access to
information contained in various R models, like model formulas, model terms,
information about random effects, data that was used to fit the model or
data from response variables. 'insight' mainly revolves around two types
of functions: Functions that find (the names of) information, starting with
'find_', and functions that get the underlying data, starting with 'get_'.
The package has a consistent syntax and works with many different model
objects, where otherwise functions to access these information are missing.
Version: 0.4.1.9000
Date: 2019-07-24
Authors@R: c(person("Daniel", "Lüdecke", role = c("aut", "cre"), email = "d.luedecke@uke.de", comment = c(ORCID = "0000-0002-8895-3206")),
person("Dominique", "Makowski", role = c("aut", "ctb"), email = "dom.makowski@gmail.com", comment = c(ORCID = "0000-0001-5375-9967")),
person("Indrajeet", "Patil", role = c("aut", "ctb"), email = "patilindrajeet.science@gmail.com", comment = c(ORCID = "0000-0003-1995-6531")),
person("Philip", "Waggoner", role = c("aut", "ctb"), email = "philip.waggoner@gmail.com", comment = c(ORCID = "0000-0002-7825-7573")))
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
License: GPL-3
URL: https://easystats.github.io/insight/
BugReports: https://github.com/easystats/insight/issues
Depends:
R (>= 3.0),
stats,
utils
Suggests:
AER,
afex,
aod,
BayesFactor,
bayestestR,
betareg,
biglm,
blme,
brms,
censReg,
crch,
coxme,
covr,
estimatr,
feisr,
gam,
gamm4,
gamlss,
gbm,
gee,
geepack,
GLMMadaptive,
glmmTMB,
gmnl,
HRQoL,
httr,
lfe,
logistf,
MASS,
MCMCglmm,
mlogit,
multgee,
lme4,
mgcv,
nnet,
nlme,
ordinal,
panelr,
plm,
pscl,
quantreg,
rms,
robust,
robustbase,
robustlmm,
rstanarm,
rstudioapi,
speedglm,
splines,
survey,
survival,
truncreg,
testthat,
VGAM,
knitr,
rmarkdown,
spelling
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Language: en-US