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.rfixest.Fixest.etable
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
              • Parameters
                • pkeys
                • pdescriptions
                • pprint_output
                • pkwargs
          • 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
      • Utility
        • Fshow_versions
        • R
          • Fupdate_r_packages
      • Installation
      • Unit Tests
      • Formatting
      • Documentation
      • Versioning
      • v0.0
    • Parameters
      • pkeys
      • pdescriptions
      • pprint_output
      • pkwargs
    arpoon.rfixest.Fixest.etable(*keys, descriptions: str = None, print_output: bool = True, **kwargs) → list | str | pandas.core.frame.DataFrame

    Estimations table (export the results of multiples estimations to a DF or to Latex)

    Parameters:¶
    *keys¶

    descriptions: str = None¶

    print_output: bool = True¶

    **kwargs¶

    Back to top
    Previous arpoon.rfixest.Fixest.coeftable
    Next arpoon.rfixest.Fixest.clear_cache
    © Copyright 2023, Bernardo Dionisi.
    Created using Sphinx 5.3.0. and Sphinx-Immaterial