-
Notifications
You must be signed in to change notification settings - Fork 40
/
DESCRIPTION
51 lines (51 loc) · 1.33 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
Package: margins
Type: Package
Title: Marginal Effects for Model Objects
Description: An R port of Stata's 'margins' command, which can be used to
calculate marginal (or partial) effects from model objects.
License: MIT + file LICENSE
Version: 0.3.26
Date: 2021-01-10
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Jeffrey", "Arnold",
role = c("ctb"),
email = "[email protected]"),
person("Vincent", "Arel-Bundock",
role = c("ctb")),
person("Jacob A.", "Long",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1582-6214"))
)
URL: https://github.com/leeper/margins
BugReports: https://github.com/leeper/margins/issues
Imports:
utils,
stats,
prediction (>= 0.3.6),
data.table,
graphics,
grDevices,
MASS
Suggests:
methods,
knitr,
rmarkdown,
testthat,
ggplot2,
gapminder,
sandwich,
stargazer,
lme4
Enhances:
AER,
betareg,
nnet,
ordinal,
survey
ByteCompile: true
VignetteBuilder: knitr
RoxygenNote: 7.1.0