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.0
Date: 2017-03-21
Authors@R: c(person("Thomas J.", "Leeper",
                    role = c("aut", "cre"),
                    email = "thosjleeper@gmail.com"),
             person("Jeffrey", "Arnold", 
                    role = c("ctb"),
                    email = "jeffrey.arnold@gmail.com")
             )
URL: https://github.com/leeper/margins
BugReports: https://github.com/leeper/margins/issues
Imports: stats, prediction (>= 0.1.11), graphics, compiler, MASS
Suggests: sandwich, knitr, ggplot2, gapminder, stargazer, testthat
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-03-22 13:21:02 UTC; THOMAS
Author: Thomas J. Leeper [aut, cre],
  Jeffrey Arnold [ctb]
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2017-03-22 19:20:50 UTC
