forked from leeper/margins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
51 lines (51 loc) · 1.34 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 the margins command from 'Stata', which can be used to
calculate marginal (or partial) effects from model objects.
License: MIT + file LICENSE
Version: 0.3.28
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut"),
comment = c(ORCID = "0000-0003-4097-6326")),
person("Jeffrey", "Arnold",
role = c("ctb")),
person("Vincent", "Arel-Bundock",
role = c("ctb")),
person("Jacob A.", "Long",
role = c("ctb"),
comment = c(ORCID = "0000-0002-1582-6214")),
person("Ben","Bolker",email="bolker@mcmaster.ca",
role=c("ctb","cre"),
comment=c(ORCID="0000-0002-2127-0443"))
)
URL: https://github.com/bbolker/margins
BugReports: https://github.com/bbolker/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
Encoding: UTF-8
RoxygenNote: 7.3.2