Skip to content

If you like the package, spread the word and give us a on GitHub!

You're not viewing the latest version. Click here to go to latest.
logo
arpoon
arpoon.rmarginaleffects.MarginalEffects
Initializing search
    bernardodionisi/arpoon
    • Getting Started
    • Tutorials
    • API
    • Development
    • Release Notes
    bernardodionisi/arpoon
      • Getting Started
      • Tutorials
      • Notebooks
        • Fixest Walkthorugh
      • Fixest
        • CFixest
          • Constructors
            • M__init__
          • Estimation
            • Mfeols
            • Mfeglm
            • Mfemlm
            • Mfenegbin
            • MfeNmlm
            • Mfepois
          • Results
            • Mcoeftable
            • Metable
          • Methods
            • Mclear_cache
            • Mfitstat
            • Mget_columns_in_formula
            • Mget_data
            • Mget_metadata
            • Mr_globalenv
            • Mr_schema
          • Info
            • Mfixef_vars
          • Export
            • Mto_marginal_effects
        • CConfigFixest
          • Special methods
            • M__call__
          • Methods
            • MsetFixest_coefplot
            • MsetFixest_dict
            • MsetFixest_estimation
            • MsetFixest_etable
            • MsetFixest_print
            • MsetFixest_vcov
      • Marginal Effects
        • CMarginalEffects
          • Constructors
            • M__init__
          • Methods
            • Mavg_comparisons
            • Mavg_predictions
            • Mavg_slopes
            • Mcomparisons
            • Mdatagrid
            • Mdatagridcf
            • Mhypotheses
            • Mmarginal_means
            • Mpredictions
            • Mslopes
        • CMarginalEffects
          • Constructors
            • M__init__
          • Methods
            • Mavg_comparisons
            • Mavg_predictions
            • Mavg_slopes
            • Mcomparisons
            • Mdatagrid
            • Mdatagridcf
            • Mhypotheses
            • Mmarginal_means
            • Mpredictions
            • Mslopes
      • Utility
        • Fshow_versions
        • R
          • Fupdate_r_packages
      • Installation
      • Unit Tests
      • Formatting
      • Documentation
      • Versioning
      • v0.0
    • Constructors
    • Methods
    class arpoon.rmarginaleffects.MarginalEffects

    This class provides access to the methods available in R marginaleffects, through rpy2.

    Constructors¶

    MarginalEffects(model)

    Initialize self. See help(type(self)) for accurate signature.

    Methods¶

    avg_comparisons(**kwargs)
    avg_predictions(**kwargs)
    avg_slopes(**kwargs)
    comparisons(**kwargs)
    datagrid(**kwargs)
    datagridcf(**kwargs)
    hypotheses(**kwargs)
    marginal_means(**kwargs)
    predictions(**kwargs)
    slopes(**kwargs)
    Back to top
    Previous arpoon.rfixest.ConfigFixest.setFixest_vcov
    Next arpoon.rmarginaleffects.MarginalEffects.__init__
    © Copyright 2023, Bernardo Dionisi.
    Created using Sphinx 5.3.0. and Sphinx-Immaterial