Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
51 lines (51 sloc) 1.33 KB
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.25
Date: 2018-07-31
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut", "cre"),
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Jeffrey", "Arnold",
role = c("ctb"),
email = "jeffrey.arnold@gmail.com"),
person("Vincent", "Arel-Bundock",
role = c("ctb")),
person("Jacob A.", "Long",
role = c("ctb"),
email = "long.1377@osu.edu",
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.0.2
You can’t perform that action at this time.