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 = "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.1.0
NeedsCompilation: no
Packaged: 2021-01-21 22:48:36 UTC; THOMAS
Author: Thomas J. Leeper [aut, cre] (<https://orcid.org/0000-0003-4097-6326>),
  Jeffrey Arnold [ctb],
  Vincent Arel-Bundock [ctb],
  Jacob A. Long [ctb] (<https://orcid.org/0000-0002-1582-6214>)
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-22 09:20:02 UTC
Built: R 4.2.0; ; 2022-04-26 14:09:22 UTC; unix
