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 Repository: https://bbolker.r-universe.dev Date/Publication: 2024-07-31 19:48:41 UTC RemoteUrl: https://github.com/bbolker/margins RemoteRef: HEAD RemoteSha: 9b649c95ba595c72f49fd6a2e2ea9c0370ec8e39 NeedsCompilation: no Packaged: 2026-06-05 10:55:30 UTC; root Author: Thomas J. Leeper [aut] (ORCID: ), Jeffrey Arnold [ctb], Vincent Arel-Bundock [ctb], Jacob A. Long [ctb] (ORCID: ), Ben Bolker [ctb, cre] (ORCID: ) Maintainer: Ben Bolker