Package: modmarg
Title: Calculating Marginal Effects and Levels with Errors
Version: 0.6.0
Authors@R: c(
	person("Alex", "Gold", email = "alex.k.gold@gmail.com", role = "aut"),
	person("Nat", "Olin", email = "nathaniel.olin@gmail.com", role = c("ctb")),
	person("Annie", "Wang", email = "anniejw6@gmail.com", role = c("aut", "cre"))
	)
Description: Calculate predicted levels and marginal effects from 'glm' objects,
    using the delta method to calculate standard errors. This is an R-based
    version of the 'margins' command from Stata.
URL: https://github.com/anniejw6/modmarg
BugReports: https://github.com/anniejw6/modmarg/issues
Depends: R (>= 2.10.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests: knitr, rmarkdown, testthat, sandwich
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-08-13 20:42:10 UTC; annie
Author: Alex Gold [aut],
  Nat Olin [ctb],
  Annie Wang [aut, cre]
Maintainer: Annie Wang <anniejw6@gmail.com>
Repository: CRAN
Date/Publication: 2017-08-13 20:49:35 UTC
