Package: marginaleffects
Title: Marginal Effects, Marginal Means, Predictions, and Contrasts
Version: 0.5.0
Authors@R: 
    c(person(given = "Vincent",
             family = "Arel-Bundock",
             role = c("aut", "cre", "cph"),
             email = "vincent.arel-bundock@umontreal.ca",
             comment = c(ORCID = "0000-0003-2042-7063")))
Description: Compute, summarize, and plot marginal effects, adjusted predictions, contrasts, and marginal means for a wide variety of models.
License: GPL (>= 3)
Copyright: inst/COPYRIGHTS
Encoding: UTF-8
URL: https://vincentarelbundock.github.io/marginaleffects/
        https://github.com/vincentarelbundock/marginaleffects
BugReports: https://github.com/vincentarelbundock/marginaleffects/issues
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
Imports: checkmate, data.table, generics, insight (>= 0.17.1), methods
Suggests: bench, brms, broom, datawizard, dplyr, emmeans, future,
        future.apply, ggdist, ggplot2, ggrepel, ggbeeswarm, haven,
        kableExtra, knitr, magrittr, margins, modelsummary,
        systemfonts, patchwork, quantreg, rlang, rmarkdown, testthat
        (>= 3.0.0), tidyverse, vdiffr, AER, aod, betareg, bife, BH,
        brglm2, brmsmargins, crch, estimatr, fixest (>= 0.10.1), gam,
        geepack, glmmTMB, glmx, itsadug, ivreg, lme4, lmerTest, MASS,
        mclogit, mgcv, mhurdle, mlogit, modelbased, nlme, nnet,
        ordinal, plm, pscl, RcppEigen, rms, robust, robustbase,
        robustlmm, rstantools, rstanarm, sampleSelection, sandwich,
        scam, speedglm, survey, survival, tobit1, truncreg, withr,
        covr, spelling
Collate: 'align_J_V.R' 'arg_name_change.R' 'backtransform.R'
        'comparisons.R' 'complete_levels.R' 'datagrid.R'
        'find_variable_class.R' 'get_coef.R' 'get_contrasts.R'
        'get_contrasts_character.R' 'get_contrasts_data.R'
        'get_contrasts_factor.R' 'get_contrasts_logical.R'
        'get_contrasts_numeric.R' 'get_eti.R' 'get_group_names.R'
        'get_hdi.R' 'get_jacobian.R' 'get_predict.R' 'get_vcov.R'
        'marginaleffects.R' 'marginalmeans.R' 'mean_or_mode.R'
        'set_coef.R' 'methods_MASS.R' 'methods_aod.R'
        'methods_betareg.R' 'methods_bife.R' 'sanity_model.R'
        'methods_nnet.R' 'methods_brglm2.R' 'methods_brms.R'
        'methods_crch.R' 'methods_fixest.R' 'methods_glmmTMB.R'
        'methods_glmx.R' 'methods_lme4.R' 'methods_mclogit.R'
        'methods_mgcv.R' 'methods_mhurdle.R' 'methods_mlogit.R'
        'methods_ordinal.R' 'methods_plm.R' 'methods_pscl.R'
        'methods_quantreg.R' 'methods_robustlmm.R' 'methods_rstanarm.R'
        'methods_sampleSelection.R' 'methods_scam.R' 'methods_stats.R'
        'methods_survival.R' 'methods_tobit1.R' 'myTryCatch.R'
        'package.R' 'plot.R' 'plot_cap.R' 'plot_cme.R'
        'posteriordraws.R' 'predictions.R' 'sanitize_conf_level.R'
        'sanitize_newdata.R' 'sanitize_transform_pre.R'
        'sanitize_variables.R' 'sanity.R' 'sanity_dots.R'
        'sanity_type.R' 'standard_errors_delta.R' 'summary.R' 'tidy.R'
        'type_dictionary.R' 'utils.R' 'utils_cjdt.R' 'warn_once.R'
Language: en-US
NeedsCompilation: no
Packaged: 2022-05-16 11:34:18 UTC; vincent
Author: Vincent Arel-Bundock [aut, cre, cph]
    (<https://orcid.org/0000-0003-2042-7063>)
Maintainer: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Repository: CRAN
Date/Publication: 2022-05-17 09:10:20 UTC
