CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/StatsPAI.egg-info/PKG-INFO
src/StatsPAI.egg-info/SOURCES.txt
src/StatsPAI.egg-info/dependency_links.txt
src/StatsPAI.egg-info/entry_points.txt
src/StatsPAI.egg-info/requires.txt
src/StatsPAI.egg-info/top_level.txt
src/statspai/CITATION.cff
src/statspai/__init__.py
src/statspai/__init__.pyi
src/statspai/_agent_cards_extra.py
src/statspai/_agent_docs.py
src/statspai/_article_aliases.py
src/statspai/_auto_estimators.py
src/statspai/_baseline_cards.py
src/statspai/_causal_family_seeds.py
src/statspai/_citation.py
src/statspai/_input_validation.py
src/statspai/_result_serialize.py
src/statspai/_schema_export.py
src/statspai/cli.py
src/statspai/exceptions.py
src/statspai/help.py
src/statspai/py.typed
src/statspai/registry.py
src/statspai/validation.py
src/statspai/agent/__init__.py
src/statspai/agent/_data_loader.py
src/statspai/agent/_enrichment.py
src/statspai/agent/_errors.py
src/statspai/agent/_prompts.py
src/statspai/agent/_resources.py
src/statspai/agent/_result_cache.py
src/statspai/agent/_runner.py
src/statspai/agent/_sampling.py
src/statspai/agent/auto_dispatch.py
src/statspai/agent/auto_tools.py
src/statspai/agent/mcp_server.py
src/statspai/agent/pipeline_tools.py
src/statspai/agent/remediation.py
src/statspai/agent/workflow_tools.py
src/statspai/agent/_translation/__init__.py
src/statspai/agent/_translation/_r.py
src/statspai/agent/_translation/_stata.py
src/statspai/agent/_translation/_stata_lexer.py
src/statspai/agent/tools/__init__.py
src/statspai/agent/tools/_dispatch.py
src/statspai/agent/tools/_helpers.py
src/statspai/agent/tools/_specs/__init__.py
src/statspai/agent/tools/_specs/_diag.py
src/statspai/agent/tools/_specs/_did.py
src/statspai/agent/tools/_specs/_iv.py
src/statspai/agent/tools/_specs/_matching.py
src/statspai/agent/tools/_specs/_orchestrate.py
src/statspai/agent/tools/_specs/_rd.py
src/statspai/agent/tools/_specs/_regression.py
src/statspai/assimilation/__init__.py
src/statspai/assimilation/kalman.py
src/statspai/assimilation/particle.py
src/statspai/bartik/__init__.py
src/statspai/bartik/adao_correction.py
src/statspai/bartik/political.py
src/statspai/bartik/shift_share.py
src/statspai/bayes/__init__.py
src/statspai/bayes/_base.py
src/statspai/bayes/did.py
src/statspai/bayes/dml.py
src/statspai/bayes/fuzzy_rd.py
src/statspai/bayes/hte_iv.py
src/statspai/bayes/its.py
src/statspai/bayes/iv.py
src/statspai/bayes/mte.py
src/statspai/bayes/policy_weights.py
src/statspai/bayes/rd.py
src/statspai/bayes/synth.py
src/statspai/bcf/__init__.py
src/statspai/bcf/bcf.py
src/statspai/bcf/factor_exposure.py
src/statspai/bcf/longitudinal.py
src/statspai/bcf/ordinal.py
src/statspai/bounds/__init__.py
src/statspai/bounds/balke_pearl.py
src/statspai/bounds/lee_manski.py
src/statspai/bounds/ml_bounds.py
src/statspai/bounds/partial_id.py
src/statspai/bridge/__init__.py
src/statspai/bridge/cb_ipw.py
src/statspai/bridge/core.py
src/statspai/bridge/did_sc.py
src/statspai/bridge/dr_calib.py
src/statspai/bridge/ewm_cate.py
src/statspai/bridge/kink_rdd.py
src/statspai/bridge/surrogate_pci.py
src/statspai/bunching/__init__.py
src/statspai/bunching/bunching.py
src/statspai/bunching/general.py
src/statspai/bunching/kink_unified.py
src/statspai/bunching/notch.py
src/statspai/causal/__init__.py
src/statspai/causal_discovery/__init__.py
src/statspai/causal_discovery/_viz.py
src/statspai/causal_discovery/dynotears.py
src/statspai/causal_discovery/fci.py
src/statspai/causal_discovery/ges.py
src/statspai/causal_discovery/icp.py
src/statspai/causal_discovery/lingam.py
src/statspai/causal_discovery/lpcmci.py
src/statspai/causal_discovery/notears.py
src/statspai/causal_discovery/pc.py
src/statspai/causal_discovery/pcmci.py
src/statspai/causal_impact/__init__.py
src/statspai/causal_impact/impact.py
src/statspai/causal_llm/__init__.py
src/statspai/causal_llm/_config.py
src/statspai/causal_llm/_resolver.py
src/statspai/causal_llm/causal_mas.py
src/statspai/causal_llm/llm_clients.py
src/statspai/causal_llm/llm_dag.py
src/statspai/causal_llm/llm_dag_loop.py
src/statspai/causal_llm/llm_evalue.py
src/statspai/causal_llm/llm_sensitivity.py
src/statspai/causal_llm/sampling_client.py
src/statspai/causal_rl/__init__.py
src/statspai/causal_rl/benchmarks.py
src/statspai/causal_rl/causal_dqn.py
src/statspai/causal_rl/core.py
src/statspai/causal_rl/offline_safe.py
src/statspai/causal_text/__init__.py
src/statspai/causal_text/_common.py
src/statspai/causal_text/llm_annotator.py
src/statspai/causal_text/text_treatment.py
src/statspai/censoring/__init__.py
src/statspai/censoring/ipcw.py
src/statspai/checks/__init__.py
src/statspai/checks/base.py
src/statspai/compat/__init__.py
src/statspai/compat/sklearn.py
src/statspai/conformal_causal/__init__.py
src/statspai/conformal_causal/conformal_debiased.py
src/statspai/conformal_causal/conformal_density.py
src/statspai/conformal_causal/conformal_fair.py
src/statspai/conformal_causal/conformal_ite.py
src/statspai/conformal_causal/conformal_multidp.py
src/statspai/conformal_causal/counterfactual.py
src/statspai/conformal_causal/dispatcher.py
src/statspai/conformal_causal/extended.py
src/statspai/core/__init__.py
src/statspai/core/_agent_summary.py
src/statspai/core/_bootstrap.py
src/statspai/core/_decision.py
src/statspai/core/_glm_fit.py
src/statspai/core/_numba_kernels.py
src/statspai/core/_vcov.py
src/statspai/core/base.py
src/statspai/core/effect_summary.py
src/statspai/core/next_steps.py
src/statspai/core/results.py
src/statspai/core/utils.py
src/statspai/crossval/__init__.py
src/statspai/crossval/_agreement.py
src/statspai/crossval/_engines.py
src/statspai/crossval/_external.py
src/statspai/crossval/_result.py
src/statspai/crossval/_spec.py
src/statspai/crossval/cross_validate.py
src/statspai/dag/__init__.py
src/statspai/dag/counterfactual.py
src/statspai/dag/do_calculus.py
src/statspai/dag/graph.py
src/statspai/dag/identification.py
src/statspai/dag/llm_dag.py
src/statspai/dag/llm_evaluator.py
src/statspai/dag/recommend.py
src/statspai/dag/swig.py
src/statspai/datasets/__init__.py
src/statspai/datasets/_canonical.py
src/statspai/datasets/ingest.py
src/statspai/datasets/data/california_prop99.csv
src/statspai/datasets/data/card_1995.csv
src/statspai/datasets/data/lalonde_matchit.csv
src/statspai/datasets/data/lee_2008_senate.csv
src/statspai/datasets/data/nhefs.csv
src/statspai/decomposition/__init__.py
src/statspai/decomposition/_common.py
src/statspai/decomposition/_results.py
src/statspai/decomposition/causal.py
src/statspai/decomposition/cfm.py
src/statspai/decomposition/datasets.py
src/statspai/decomposition/dfl.py
src/statspai/decomposition/dispatcher.py
src/statspai/decomposition/ffl.py
src/statspai/decomposition/inequality.py
src/statspai/decomposition/kitagawa.py
src/statspai/decomposition/machado_mata.py
src/statspai/decomposition/melly.py
src/statspai/decomposition/nonlinear.py
src/statspai/decomposition/oaxaca.py
src/statspai/decomposition/plots.py
src/statspai/decomposition/rif.py
src/statspai/decomposition/yu_elwert.py
src/statspai/deepiv/__init__.py
src/statspai/deepiv/deep_iv.py
src/statspai/diagnostics/__init__.py
src/statspai/diagnostics/battery.py
src/statspai/diagnostics/estat.py
src/statspai/diagnostics/evalue.py
src/statspai/diagnostics/hausman.py
src/statspai/diagnostics/late_test.py
src/statspai/diagnostics/rddensity.py
src/statspai/diagnostics/rosenbaum.py
src/statspai/diagnostics/sensemakr.py
src/statspai/diagnostics/sensitivity.py
src/statspai/diagnostics/tests.py
src/statspai/diagnostics/weak_iv.py
src/statspai/did/__init__.py
src/statspai/did/_core.py
src/statspai/did/aggte.py
src/statspai/did/analysis.py
src/statspai/did/bacon.py
src/statspai/did/bjs_inference.py
src/statspai/did/callaway_santanna.py
src/statspai/did/cic.py
src/statspai/did/cohort_anchored.py
src/statspai/did/continuous_did.py
src/statspai/did/ddd.py
src/statspai/did/ddd_heterogeneous.py
src/statspai/did/design_robust.py
src/statspai/did/did_2x2.py
src/statspai/did/did_bcf.py
src/statspai/did/did_imputation.py
src/statspai/did/did_multiplegt.py
src/statspai/did/did_multiplegt_dyn.py
src/statspai/did/event_study.py
src/statspai/did/gardner_2s.py
src/statspai/did/harvest.py
src/statspai/did/honest_did.py
src/statspai/did/lp_did.py
src/statspai/did/misclassified.py
src/statspai/did/overlap_did.py
src/statspai/did/plots.py
src/statspai/did/pretrends.py
src/statspai/did/report.py
src/statspai/did/stacked_did.py
src/statspai/did/summary.py
src/statspai/did/sun_abraham.py
src/statspai/did/timevarying_covariates.py
src/statspai/did/wooldridge_did.py
src/statspai/dml/__init__.py
src/statspai/dml/_base.py
src/statspai/dml/_diagnostics.py
src/statspai/dml/_learners.py
src/statspai/dml/_sensitivity.py
src/statspai/dml/double_ml.py
src/statspai/dml/iivm.py
src/statspai/dml/irm.py
src/statspai/dml/model_averaging.py
src/statspai/dml/panel_dml.py
src/statspai/dml/pliv.py
src/statspai/dml/plr.py
src/statspai/dose_response/__init__.py
src/statspai/dose_response/gps.py
src/statspai/dose_response/vcnet.py
src/statspai/dtr/__init__.py
src/statspai/dtr/a_learning.py
src/statspai/dtr/g_estimation.py
src/statspai/dtr/q_learning.py
src/statspai/dtr/snmm.py
src/statspai/epi/__init__.py
src/statspai/epi/bradford_hill.py
src/statspai/epi/diagnostic.py
src/statspai/epi/measures.py
src/statspai/epi/standardize.py
src/statspai/epi/stratified.py
src/statspai/experimental/__init__.py
src/statspai/experimental/attrition.py
src/statspai/experimental/design.py
src/statspai/experimental/optimal.py
src/statspai/fairness/__init__.py
src/statspai/fairness/core.py
src/statspai/fairness/evidence_test.py
src/statspai/fast/__init__.py
src/statspai/fast/_jax_fallback.py
src/statspai/fast/_result_protocol.py
src/statspai/fast/_validation.py
src/statspai/fast/bench.py
src/statspai/fast/demean.py
src/statspai/fast/dsl.py
src/statspai/fast/etable.py
src/statspai/fast/event_study.py
src/statspai/fast/feols.py
src/statspai/fast/fepois.py
src/statspai/fast/inference.py
src/statspai/fast/jax_backend.py
src/statspai/fast/jax_feols.py
src/statspai/fast/polars_io.py
src/statspai/fast/within.py
src/statspai/fixest/__init__.py
src/statspai/fixest/adapter.py
src/statspai/fixest/wrapper.py
src/statspai/forest/__init__.py
src/statspai/forest/causal_forest.py
src/statspai/forest/forest_inference.py
src/statspai/forest/iv_forest.py
src/statspai/forest/multi_arm_forest.py
src/statspai/frontier/__init__.py
src/statspai/frontier/_core.py
src/statspai/frontier/malmquist.py
src/statspai/frontier/metafrontier.py
src/statspai/frontier/mixture.py
src/statspai/frontier/panel.py
src/statspai/frontier/sfa.py
src/statspai/frontier/te_tools.py
src/statspai/geolift/__init__.py
src/statspai/geolift/core.py
src/statspai/gformula/__init__.py
src/statspai/gformula/ice.py
src/statspai/gformula/mc.py
src/statspai/gmm/__init__.py
src/statspai/gmm/arellano_bond.py
src/statspai/gmm/general_gmm.py
src/statspai/imputation/__init__.py
src/statspai/imputation/mice.py
src/statspai/inference/__init__.py
src/statspai/inference/aipw.py
src/statspai/inference/bootstrap.py
src/statspai/inference/conley.py
src/statspai/inference/front_door.py
src/statspai/inference/g_computation.py
src/statspai/inference/ipw.py
src/statspai/inference/jackknife.py
src/statspai/inference/meta_analysis.py
src/statspai/inference/multiway_cluster.py
src/statspai/inference/pate.py
src/statspai/inference/randomization.py
src/statspai/inference/twoway_cluster.py
src/statspai/inference/wild_bootstrap.py
src/statspai/inference/wild_subcluster.py
src/statspai/interference/__init__.py
src/statspai/interference/cluster_cross.py
src/statspai/interference/cluster_matched_pair.py
src/statspai/interference/cluster_staggered.py
src/statspai/interference/dispatcher.py
src/statspai/interference/dnc_gnn_did.py
src/statspai/interference/network_exposure.py
src/statspai/interference/orthogonal.py
src/statspai/interference/peer_effects.py
src/statspai/interference/spillover.py
src/statspai/iv/__init__.py
src/statspai/iv/bayesian_iv.py
src/statspai/iv/continuous_late.py
src/statspai/iv/iv_diag.py
src/statspai/iv/ivdml.py
src/statspai/iv/ivmte_lp.py
src/statspai/iv/jive_variants.py
src/statspai/iv/kernel_iv.py
src/statspai/iv/many_weak.py
src/statspai/iv/mte.py
src/statspai/iv/npiv.py
src/statspai/iv/plausibly_exogenous.py
src/statspai/iv/plot.py
src/statspai/iv/post_lasso.py
src/statspai/iv/weak_identification.py
src/statspai/iv/weak_iv_ci.py
src/statspai/longitudinal/__init__.py
src/statspai/longitudinal/analyze.py
src/statspai/longitudinal/regime.py
src/statspai/matching/__init__.py
src/statspai/matching/_matched_frame.py
src/statspai/matching/cbps.py
src/statspai/matching/ebalance.py
src/statspai/matching/genmatch.py
src/statspai/matching/match.py
src/statspai/matching/optimal.py
src/statspai/matching/overlap_weights.py
src/statspai/matching/ps_diagnostics.py
src/statspai/matching/psmatch2.py
src/statspai/matching/sbw.py
src/statspai/matrix_completion/__init__.py
src/statspai/matrix_completion/mc_panel.py
src/statspai/mediation/__init__.py
src/statspai/mediation/four_way.py
src/statspai/mediation/mediate.py
src/statspai/mediation/sensitivity.py
src/statspai/mendelian/__init__.py
src/statspai/mendelian/diagnostics.py
src/statspai/mendelian/dispatcher.py
src/statspai/mendelian/extras.py
src/statspai/mendelian/mr.py
src/statspai/mendelian/multivariable.py
src/statspai/mendelian/frontier/__init__.py
src/statspai/mendelian/frontier/_common.py
src/statspai/mendelian/frontier/clust.py
src/statspai/mendelian/frontier/cml.py
src/statspai/mendelian/frontier/grapple.py
src/statspai/mendelian/frontier/lap.py
src/statspai/mendelian/frontier/raps.py
src/statspai/metalearners/__init__.py
src/statspai/metalearners/auto_cate.py
src/statspai/metalearners/auto_cate_tuned.py
src/statspai/metalearners/cate_eval.py
src/statspai/metalearners/cluster_cate.py
src/statspai/metalearners/diagnostics.py
src/statspai/metalearners/focal.py
src/statspai/metalearners/metalearners.py
src/statspai/mht/__init__.py
src/statspai/mht/romano_wolf.py
src/statspai/msm/__init__.py
src/statspai/msm/msm.py
src/statspai/multi_treatment/__init__.py
src/statspai/multi_treatment/multi_ipw.py
src/statspai/multilevel/__init__.py
src/statspai/multilevel/_core.py
src/statspai/multilevel/_ordinal.py
src/statspai/multilevel/comparison.py
src/statspai/multilevel/diagnostics.py
src/statspai/multilevel/glmm.py
src/statspai/multilevel/lmm.py
src/statspai/multilevel/mixed.py
src/statspai/network/__init__.py
src/statspai/network/_core.py
src/statspai/network/centrality.py
src/statspai/network/community.py
src/statspai/network/datasets.py
src/statspai/network/descriptives.py
src/statspai/network/ergm.py
src/statspai/network/plots.py
src/statspai/network/regression.py
src/statspai/neural_causal/__init__.py
src/statspai/neural_causal/cevae.py
src/statspai/neural_causal/exports.py
src/statspai/neural_causal/gnn_causal.py
src/statspai/neural_causal/models.py
src/statspai/neural_causal/plots.py
src/statspai/nonparametric/__init__.py
src/statspai/nonparametric/kdensity.py
src/statspai/nonparametric/lpoly.py
src/statspai/ope/__init__.py
src/statspai/ope/estimators.py
src/statspai/ope/sharp_confounding.py
src/statspai/output/__init__.py
src/statspai/output/_aer_style.py
src/statspai/output/_bibliography.py
src/statspai/output/_diagnostics.py
src/statspai/output/_excel_style.py
src/statspai/output/_format.py
src/statspai/output/_gt.py
src/statspai/output/_inline.py
src/statspai/output/_journals.py
src/statspai/output/_lineage.py
src/statspai/output/_replication_pack.py
src/statspai/output/_repro.py
src/statspai/output/collection.py
src/statspai/output/estimates.py
src/statspai/output/mean_comparison.py
src/statspai/output/modelsummary.py
src/statspai/output/outreg2.py
src/statspai/output/paper_tables.py
src/statspai/output/regression_table.py
src/statspai/output/sumstats.py
src/statspai/output/tab.py
src/statspai/panel/__init__.py
src/statspai/panel/_hdfe_kernels.py
src/statspai/panel/feols.py
src/statspai/panel/hdfe.py
src/statspai/panel/hdfe_rust.py
src/statspai/panel/interactive_fe.py
src/statspai/panel/panel_binary.py
src/statspai/panel/panel_diagnostics.py
src/statspai/panel/panel_fgls.py
src/statspai/panel/panel_plots.py
src/statspai/panel/panel_reg.py
src/statspai/panel/unit_root.py
src/statspai/plots/__init__.py
src/statspai/plots/_jupyter_editor.py
src/statspai/plots/_script_editor.py
src/statspai/plots/binscatter.py
src/statspai/plots/counterfactual.py
src/statspai/plots/interactive.py
src/statspai/plots/themes.py
src/statspai/policy_learning/__init__.py
src/statspai/policy_learning/ope.py
src/statspai/policy_learning/policy_tree.py
src/statspai/postestimation/__init__.py
src/statspai/postestimation/contract.py
src/statspai/postestimation/hypothesis.py
src/statspai/postestimation/margins.py
src/statspai/power/__init__.py
src/statspai/power/power.py
src/statspai/power/study_designs.py
src/statspai/principal_strat/__init__.py
src/statspai/principal_strat/principal_strat.py
src/statspai/proximal/__init__.py
src/statspai/proximal/bidirectional.py
src/statspai/proximal/fortified.py
src/statspai/proximal/mtp.py
src/statspai/proximal/negative_controls.py
src/statspai/proximal/p2sls.py
src/statspai/proximal/pci_regression.py
src/statspai/proximal/proxy_selector.py
src/statspai/qte/__init__.py
src/statspai/qte/beyond_average.py
src/statspai/qte/dist_iv.py
src/statspai/qte/distributional.py
src/statspai/qte/hd_panel.py
src/statspai/qte/qte.py
src/statspai/quasi/__init__.py
src/statspai/quasi/ancova.py
src/statspai/question/__init__.py
src/statspai/question/preregister.py
src/statspai/question/question.py
src/statspai/rd/__init__.py
src/statspai/rd/_aliases.py
src/statspai/rd/_core.py
src/statspai/rd/bandwidth.py
src/statspai/rd/bayes_hte.py
src/statspai/rd/bias_aware.py
src/statspai/rd/dashboard.py
src/statspai/rd/diagnostics.py
src/statspai/rd/distribution_valued.py
src/statspai/rd/distributional_design.py
src/statspai/rd/extrapolate.py
src/statspai/rd/honest_ci.py
src/statspai/rd/hte.py
src/statspai/rd/interference.py
src/statspai/rd/locrand.py
src/statspai/rd/multi_score.py
src/statspai/rd/rd2d.py
src/statspai/rd/rd_discrete.py
src/statspai/rd/rd_flex.py
src/statspai/rd/rdit.py
src/statspai/rd/rdml.py
src/statspai/rd/rdmulti.py
src/statspai/rd/rdpower.py
src/statspai/rd/rdrobust.py
src/statspai/rd/rkd.py
src/statspai/regression/__init__.py
src/statspai/regression/_limited_dep_result.py
src/statspai/regression/_optim_helpers.py
src/statspai/regression/advanced_iv.py
src/statspai/regression/count.py
src/statspai/regression/fracreg.py
src/statspai/regression/glm.py
src/statspai/regression/heckman.py
src/statspai/regression/iv.py
src/statspai/regression/iv_quantile.py
src/statspai/regression/logit_probit.py
src/statspai/regression/mixed_logit.py
src/statspai/regression/multinomial.py
src/statspai/regression/ols.py
src/statspai/regression/quantile.py
src/statspai/regression/selection.py
src/statspai/regression/sur.py
src/statspai/regression/tobit.py
src/statspai/regression/truncreg.py
src/statspai/regression/zeroinflated.py
src/statspai/robustness/__init__.py
src/statspai/robustness/robustness_report.py
src/statspai/robustness/sensitivity_frontier.py
src/statspai/robustness/spec_curve.py
src/statspai/robustness/subgroup.py
src/statspai/robustness/unified_sensitivity.py
src/statspai/schemas/agent_cards.json
src/statspai/schemas/functions.json
src/statspai/schemas/index.json
src/statspai/schemas/result.schema.json
src/statspai/schemas/tools.json
src/statspai/selection/__init__.py
src/statspai/selection/stepwise.py
src/statspai/smart/__init__.py
src/statspai/smart/assumptions.py
src/statspai/smart/audit.py
src/statspai/smart/benchmark.py
src/statspai/smart/brief.py
src/statspai/smart/citations.py
src/statspai/smart/compare.py
src/statspai/smart/detect_design.py
src/statspai/smart/examples.py
src/statspai/smart/identification.py
src/statspai/smart/intake.py
src/statspai/smart/preflight.py
src/statspai/smart/publication.py
src/statspai/smart/recommend.py
src/statspai/smart/replicate.py
src/statspai/smart/sensitivity.py
src/statspai/smart/session.py
src/statspai/smart/verify.py
src/statspai/spatial/__init__.py
src/statspai/spatial/did.py
src/statspai/spatial/iv.py
src/statspai/spatial/esda/__init__.py
src/statspai/spatial/esda/_base.py
src/statspai/spatial/esda/geary.py
src/statspai/spatial/esda/getis_ord.py
src/statspai/spatial/esda/join_counts.py
src/statspai/spatial/esda/moran.py
src/statspai/spatial/esda/plots.py
src/statspai/spatial/gwr/__init__.py
src/statspai/spatial/gwr/bandwidth.py
src/statspai/spatial/gwr/gwr.py
src/statspai/spatial/gwr/mgwr.py
src/statspai/spatial/models/__init__.py
src/statspai/spatial/models/_base.py
src/statspai/spatial/models/_legacy.py
src/statspai/spatial/models/_logdet.py
src/statspai/spatial/models/diagnostics.py
src/statspai/spatial/models/gmm.py
src/statspai/spatial/models/impacts.py
src/statspai/spatial/models/ml.py
src/statspai/spatial/panel/__init__.py
src/statspai/spatial/panel/estimator.py
src/statspai/spatial/weights/__init__.py
src/statspai/spatial/weights/block.py
src/statspai/spatial/weights/contiguity.py
src/statspai/spatial/weights/core.py
src/statspai/spatial/weights/distance.py
src/statspai/structural/__init__.py
src/statspai/structural/blp.py
src/statspai/structural/production/__init__.py
src/statspai/structural/production/_core.py
src/statspai/structural/production/_dispatcher.py
src/statspai/structural/production/_result.py
src/statspai/structural/production/markup.py
src/statspai/structural/production/op_lp_acf.py
src/statspai/structural/production/wooldridge.py
src/statspai/surrogate/__init__.py
src/statspai/surrogate/index.py
src/statspai/survey/__init__.py
src/statspai/survey/calibration.py
src/statspai/survey/design.py
src/statspai/survey/estimators.py
src/statspai/survival/__init__.py
src/statspai/survival/aft.py
src/statspai/survival/causal_forest.py
src/statspai/survival/competing_risks.py
src/statspai/survival/frailty.py
src/statspai/survival/models.py
src/statspai/synth/__init__.py
src/statspai/synth/_core.py
src/statspai/synth/augsynth.py
src/statspai/synth/bayesian.py
src/statspai/synth/bsts.py
src/statspai/synth/cluster.py
src/statspai/synth/compare.py
src/statspai/synth/conformal.py
src/statspai/synth/datasets.py
src/statspai/synth/demeaned.py
src/statspai/synth/discos.py
src/statspai/synth/experimental_design.py
src/statspai/synth/exports.py
src/statspai/synth/fdid.py
src/statspai/synth/gsynth.py
src/statspai/synth/kernel.py
src/statspai/synth/mc.py
src/statspai/synth/multi_outcome.py
src/statspai/synth/penscm.py
src/statspai/synth/plots.py
src/statspai/synth/power.py
src/statspai/synth/report.py
src/statspai/synth/robust.py
src/statspai/synth/scm.py
src/statspai/synth/scpi.py
src/statspai/synth/sdid.py
src/statspai/synth/sensitivity.py
src/statspai/synth/sequential_sdid.py
src/statspai/synth/sparse.py
src/statspai/synth/staggered.py
src/statspai/synth/survival.py
src/statspai/target_trial/__init__.py
src/statspai/target_trial/ccw.py
src/statspai/target_trial/ccw_internal.py
src/statspai/target_trial/diagnostics.py
src/statspai/target_trial/emulate.py
src/statspai/target_trial/protocol.py
src/statspai/target_trial/report.py
src/statspai/timeseries/__init__.py
src/statspai/timeseries/arima.py
src/statspai/timeseries/bvar.py
src/statspai/timeseries/cointegration.py
src/statspai/timeseries/garch.py
src/statspai/timeseries/its.py
src/statspai/timeseries/local_projections.py
src/statspai/timeseries/structural_break.py
src/statspai/timeseries/var.py
src/statspai/tmle/__init__.py
src/statspai/tmle/hal_tmle.py
src/statspai/tmle/ltmle.py
src/statspai/tmle/ltmle_survival.py
src/statspai/tmle/super_learner.py
src/statspai/tmle/tmle.py
src/statspai/transport/__init__.py
src/statspai/transport/evidence_synthesis.py
src/statspai/transport/generalize.py
src/statspai/transport/identify.py
src/statspai/transport/weighting.py
src/statspai/utils/__init__.py
src/statspai/utils/_torch_device.py
src/statspai/utils/data_tools.py
src/statspai/utils/dgp.py
src/statspai/utils/egen.py
src/statspai/utils/io.py
src/statspai/utils/iv_helpers.py
src/statspai/utils/labels.py
src/statspai/workflow/__init__.py
src/statspai/workflow/_degradation.py
src/statspai/workflow/_robustness.py
src/statspai/workflow/causal_workflow.py
src/statspai/workflow/paper.py
tests/__init__.py
tests/conftest.py
tests/test_aer_style.py
tests/test_aer_word_style.py
tests/test_aft.py
tests/test_agent.py
tests/test_agent_bench_mock.py
tests/test_agent_blocks_drift.py
tests/test_agent_card_coverage.py
tests/test_agent_detail_levels.py
tests/test_agent_docs.py
tests/test_agent_native_contract.py
tests/test_agent_result_methods.py
tests/test_agent_schema.py
tests/test_agent_workflow_spec_audit.py
tests/test_aggte.py
tests/test_api_stable_evidence.py
tests/test_api_surface_consistency.py
tests/test_arima.py
tests/test_article_aliases.py
tests/test_article_aliases_round2.py
tests/test_audit.py
tests/test_audit_bib_coverage.py
tests/test_audit_bib_duplicates.py
tests/test_audit_citations.py
tests/test_audit_retractions.py
tests/test_augsynth_backend.py
tests/test_auto_cate.py
tests/test_auto_cate_tuned.py
tests/test_auto_cjk_fallback.py
tests/test_auto_diagnostics.py
tests/test_auto_estimators.py
tests/test_auto_spec_type_resolution.py
tests/test_auto_tools.py
tests/test_bartik.py
tests/test_bayes_advi.py
tests/test_bayes_did.py
tests/test_bayes_did_cohort.py
tests/test_bayes_did_validation.py
tests/test_bayes_dml.py
tests/test_bayes_fuzzy_rd.py
tests/test_bayes_hdi_compat.py
tests/test_bayes_hte_iv.py
tests/test_bayes_its_synth.py
tests/test_bayes_iv.py
tests/test_bayes_iv_per_instrument.py
tests/test_bayes_mte.py
tests/test_bayes_mte_bivariate_normal.py
tests/test_bayes_mte_hv_latent.py
tests/test_bayes_mte_multi_iv.py
tests/test_bayes_mte_policy.py
tests/test_bayes_mte_selection.py
tests/test_bayes_mte_tidy.py
tests/test_bayes_mte_uncertainty.py
tests/test_bayes_rd.py
tests/test_bayes_result_protocol.py
tests/test_bcf_longitudinal.py
tests/test_bcf_ordinal.py
tests/test_benchmark_ratchet.py
tests/test_bibliography.py
tests/test_binscatter.py
tests/test_bjs_joint.py
tests/test_bridge.py
tests/test_bridge_full.py
tests/test_brief.py
tests/test_bunching_unified.py
tests/test_bvar.py
tests/test_bvar_posterior_se.py
tests/test_causal_discovery.py
tests/test_causal_discovery_ts.py
tests/test_causal_forest_grf.py
tests/test_causal_impact.py
tests/test_causal_kalman.py
tests/test_causal_llm.py
tests/test_causal_mas.py
tests/test_causal_rl.py
tests/test_causal_rl_core.py
tests/test_causal_text.py
tests/test_causal_to_forest_rename.py
tests/test_causal_workflow.py
tests/test_causalpy_inspired_contracts.py
tests/test_check_identification.py
tests/test_ci_exact_parity_contract.py
tests/test_citations.py
tests/test_cite_inline.py
tests/test_cli.py
tests/test_cluster_meat_rust.py
tests/test_cluster_rct.py
tests/test_coefplot_tikz.py
tests/test_collection.py
tests/test_compat_sklearn.py
tests/test_competing_risks.py
tests/test_conformal_bcf_bunching_mc.py
tests/test_conformal_extended.py
tests/test_conformal_frontiers.py
tests/test_conley_vectorized_equivalence.py
tests/test_container_serialization.py
tests/test_continuous_did_cgs.py
tests/test_continuous_did_heuristics.py
tests/test_continuous_iv_late.py
tests/test_core_vcov.py
tests/test_correctness_inference_fixes.py
tests/test_correctness_v150.py
tests/test_count_panel_nbreg.py
tests/test_counterfactual_plot.py
tests/test_cov95_did_analysis.py
tests/test_cov95_did_analysis_extra.py
tests/test_cov95_did_callaway.py
tests/test_cov95_did_cic.py
tests/test_cov95_did_ddd.py
tests/test_cov95_did_dispatcher.py
tests/test_cov95_did_estimators.py
tests/test_cov95_did_estimators_extra.py
tests/test_cov95_did_event_study.py
tests/test_cov95_did_misc_estimators.py
tests/test_cov95_did_plots.py
tests/test_cov95_did_pretrends.py
tests/test_cov95_did_r2_continuous.py
tests/test_cov95_did_r2_multiplegt.py
tests/test_cov95_did_r2_wooldridge.py
tests/test_cov95_did_r3_did_bcf.py
tests/test_cov95_did_r3_harvest.py
tests/test_cov95_did_r3_misc_estimators.py
tests/test_cov95_did_r3_pretrends.py
tests/test_cov95_did_r3_stacked.py
tests/test_cov95_did_r3_wooldridge.py
tests/test_cov95_did_r4_aggte.py
tests/test_cov95_did_r4_estimators.py
tests/test_cov95_did_r4_honest_pretrends.py
tests/test_cov95_did_r4_triple_diff.py
tests/test_cov95_did_r5_bjs_inference.py
tests/test_cov95_did_r5_callaway.py
tests/test_cov95_did_r5_continuous_did.py
tests/test_cov95_did_r5_ddd_heterogeneous.py
tests/test_cov95_did_r5_helpers.py
tests/test_cov95_did_r5_misc.py
tests/test_cov95_did_r5_report.py
tests/test_cov95_did_r5_supplement.py
tests/test_cov95_did_summary.py
tests/test_cov95_did_summary_extra.py
tests/test_cov95_did_wooldridge.py
tests/test_cov95_dml_averaging_panel.py
tests/test_cov95_dml_diag_sens.py
tests/test_cov95_dml_iivm_branches.py
tests/test_cov95_dml_learners_base.py
tests/test_cov95_iv_diag.py
tests/test_cov95_iv_init.py
tests/test_cov95_iv_ivmte_lp.py
tests/test_cov95_iv_jive_variants.py
tests/test_cov95_iv_mte.py
tests/test_cov95_iv_npiv.py
tests/test_cov95_iv_plausibly_exogenous.py
tests/test_cov95_iv_small_estimators.py
tests/test_cov95_iv_weak_identification.py
tests/test_cov95_iv_weak_iv_ci.py
tests/test_cov95_panel_diagnostics.py
tests/test_cov95_panel_estimator_branches.py
tests/test_cov95_panel_feols.py
tests/test_cov95_panel_hdfe_dispatch.py
tests/test_cov95_panel_misc.py
tests/test_cov95_panel_plots_branches.py
tests/test_cov95_panel_reg.py
tests/test_cov95_rd_bandwidth.py
tests/test_cov95_rd_diagnostics.py
tests/test_cov95_rd_extrapolate.py
tests/test_cov95_rd_frontiers.py
tests/test_cov95_rd_locrand.py
tests/test_cov95_rd_misc.py
tests/test_cov95_rd_ml_and_hte.py
tests/test_cov95_rd_r2_bandwidth.py
tests/test_cov95_rd_r2_dashboard.py
tests/test_cov95_rd_r2_hte.py
tests/test_cov95_rd_r2_locrand.py
tests/test_cov95_rd_r2_rdml.py
tests/test_cov95_rd_r2_rdmulti.py
tests/test_cov95_rd_r2_rdrobust.py
tests/test_cov95_rd_rd2d.py
tests/test_cov95_rd_rdit.py
tests/test_cov95_rd_rdrobust.py
tests/test_cov95_rd_rkd.py
tests/test_cov95_synth_classic_paths.py
tests/test_cov95_synth_dispatch.py
tests/test_cov95_synth_edges.py
tests/test_cov95_synth_more.py
tests/test_cov95_synth_r2_estimators.py
tests/test_cov95_synth_r2_exports.py
tests/test_cov95_synth_r2_report_tests.py
tests/test_cov95_synth_r2_scm.py
tests/test_cov95_synth_r3_cluster_fdid_core.py
tests/test_cov95_synth_r3_estimators.py
tests/test_cov95_synth_r3_exports.py
tests/test_cov95_synth_r3_multi_seq_scm.py
tests/test_cov95_synth_r3_report_bsts.py
tests/test_cov95_synth_r3_sdid_discos_scpi.py
tests/test_cov95_synth_r4_bsts.py
tests/test_cov95_synth_r4_cluster.py
tests/test_cov95_synth_r4_compare.py
tests/test_cov95_synth_r4_demeaned.py
tests/test_cov95_synth_r4_report.py
tests/test_cov95_synth_r4_staggered.py
tests/test_cov95_synth_r4_survival.py
tests/test_cov95_synth_reports.py
tests/test_cov95_synth_scm_core.py
tests/test_cov95_synth_scpi_discos_sdid.py
tests/test_cov95_synth_variants.py
tests/test_coverage_evidence_contract.py
tests/test_cross_validate.py
tests/test_cs_rcs.py
tests/test_cs_report.py
tests/test_cs_report_smoke.py
tests/test_dag_recommend_and_tte_report.py
tests/test_dag_scm.py
tests/test_ddd_heterogeneous.py
tests/test_decision_summary.py
tests/test_decomposition_cov_causal.py
tests/test_decomposition_cov_causal2.py
tests/test_decomposition_cov_common.py
tests/test_decomposition_cov_distributional.py
tests/test_decomposition_cov_final.py
tests/test_decomposition_cov_guards.py
tests/test_decomposition_cov_ineq2.py
tests/test_decomposition_cov_inequality.py
tests/test_decomposition_cov_inference.py
tests/test_decomposition_cov_internals.py
tests/test_decomposition_cov_internals2.py
tests/test_decomposition_cov_misc2.py
tests/test_decomposition_cov_oaxaca.py
tests/test_decomposition_cov_plots.py
tests/test_decomposition_cov_rendering.py
tests/test_decomposition_cov_results_datasets.py
tests/test_decomposition_cov_rif2.py
tests/test_decomposition_polish.py
tests/test_decomposition_tier_c.py
tests/test_deepiv.py
tests/test_detect_design.py
tests/test_diag_themes.py
tests/test_diagnose_batteries_sprint_b.py
tests/test_diagnose_result_closed_loop.py
tests/test_diagnose_result_synth.py
tests/test_diagnostics.py
tests/test_did.py
tests/test_did_advanced.py
tests/test_did_cluster_bootstrap_draw_equivalence.py
tests/test_did_core_primitives.py
tests/test_did_cov_plots_diagram.py
tests/test_did_cov_plots_guards.py
tests/test_did_facade_engine.py
tests/test_did_frontiers.py
tests/test_did_imputation_branches.py
tests/test_did_multiplegt_dyn.py
tests/test_did_multiplegt_joint.py
tests/test_did_numerical_fixtures.py
tests/test_did_summary.py
tests/test_did_timevarying_covariates.py
tests/test_dispatchers_v150.py
tests/test_dist_iv_frontiers.py
tests/test_dml.py
tests/test_dml_cov_averaging_panel.py
tests/test_dml_cov_base.py
tests/test_dml_cov_diag_sens.py
tests/test_dml_cov_learners.py
tests/test_dml_cov_scores.py
tests/test_dml_iivm.py
tests/test_dml_model_averaging.py
tests/test_dml_orthogonality_invariants.py
tests/test_dml_panel.py
tests/test_dml_split.py
tests/test_docstring_param_parser.py
tests/test_dose_response.py
tests/test_dtr.py
tests/test_ebalance.py
tests/test_econ_trinity.py
tests/test_econometric_results_cite.py
tests/test_econometric_results_export.py
tests/test_effect_summary.py
tests/test_egen_rows.py
tests/test_enrichment_citations.py
tests/test_epi.py
tests/test_epi_diagnostic.py
tests/test_error_taxonomy_audit.py
tests/test_escape_hatches.py
tests/test_estat_dispatcher.py
tests/test_estimator_coherence.py
tests/test_estimator_input_hardening.py
tests/test_estimator_provenance.py
tests/test_estimator_provenance_round10.py
tests/test_estimator_provenance_round2.py
tests/test_estimator_provenance_round3.py
tests/test_estimator_provenance_round4.py
tests/test_estimator_provenance_round5.py
tests/test_estimator_provenance_round6.py
tests/test_estimator_provenance_round7.py
tests/test_estimator_provenance_round8.py
tests/test_estimator_provenance_round9.py
tests/test_evalue.py
tests/test_event_study_consumers.py
tests/test_event_study_pipeline.py
tests/test_evidence_synthesis.py
tests/test_examples.py
tests/test_excel_style_helpers.py
tests/test_exception_migrations.py
tests/test_exceptions.py
tests/test_export.py
tests/test_export_surface_contract.py
tests/test_external_reviewer_followups.py
tests/test_fairness.py
tests/test_fast_arrow_io.py
tests/test_fast_bench.py
tests/test_fast_demean.py
tests/test_fast_etable.py
tests/test_fast_event_study.py
tests/test_fast_feols.py
tests/test_fast_fepois.py
tests/test_fast_htz.py
tests/test_fast_inference.py
tests/test_fast_jax.py
tests/test_fast_jax_feols_result_protocol.py
tests/test_fast_polars.py
tests/test_fast_result_protocol_helpers.py
tests/test_fast_within_dsl.py
tests/test_fixest.py
tests/test_forest_inference.py
tests/test_format.py
tests/test_frailty.py
tests/test_front_door.py
tests/test_front_door_integrate_by.py
tests/test_frontier.py
tests/test_g_computation.py
tests/test_garch.py
tests/test_garch_inference.py
tests/test_gardner_2s.py
tests/test_geolift.py
tests/test_ges.py
tests/test_gformula_ice.py
tests/test_glance_survival.py
tests/test_glm_predict.py
tests/test_gmm.py
tests/test_gnn_causal_contract.py
tests/test_gsynth_backend.py
tests/test_gt_adapter.py
tests/test_hal_tmle.py
tests/test_harvest_did.py
tests/test_hausman.py
tests/test_hdfe_native.py
tests/test_heckman.py
tests/test_help.py
tests/test_help_completeness.py
tests/test_honest_did_aggte.py
tests/test_honest_did_backend.py
tests/test_honest_did_sdid.py
tests/test_icp.py
tests/test_import_budget.py
tests/test_inference.py
tests/test_inference_jackknife.py
tests/test_ingest.py
tests/test_inherits_from_integrity.py
tests/test_input_validation.py
tests/test_interference_extensions.py
tests/test_interference_orthogonal.py
tests/test_ipcw.py
tests/test_iv.py
tests/test_iv_absorb.py
tests/test_iv_cov_array_inputs.py
tests/test_iv_cov_diag.py
tests/test_iv_cov_dispatcher_routes.py
tests/test_iv_cov_edges.py
tests/test_iv_cov_ivmte_bounds.py
tests/test_iv_cov_plots.py
tests/test_iv_cov_reachable.py
tests/test_iv_cov_summaries.py
tests/test_iv_cov_tail.py
tests/test_iv_cov_weak_and_jive.py
tests/test_iv_dispatcher.py
tests/test_iv_frontiers.py
tests/test_iv_pipeline.py
tests/test_jax_feols.py
tests/test_jax_feols_bootstrap.py
tests/test_joss_reviewer_followups.py
tests/test_journal_presets.py
tests/test_jss_formal_compliance.py
tests/test_jss_manuscript_artifacts.py
tests/test_jss_release_manifest.py
tests/test_jss_reproduction_environment.py
tests/test_jss_validation_api.py
tests/test_kernel_iv.py
tests/test_kitagawa_late.py
tests/test_lasso_select.py
tests/test_late_bind_contracts.py
tests/test_limitations_consistency.py
tests/test_limited_dep_lane.py
tests/test_lineage.py
tests/test_lingam.py
tests/test_llm_dag_loop.py
tests/test_llm_evaluator.py
tests/test_llm_resolver.py
tests/test_local_projections.py
tests/test_longitudinal.py
tests/test_low_cov_battery.py
tests/test_lp_did.py
tests/test_lpoly_reliability.py
tests/test_ltmle_contract.py
tests/test_match_dispatcher.py
tests/test_matching.py
tests/test_matching_optimal.py
tests/test_mcp_enrichment.py
tests/test_mcp_error_envelope.py
tests/test_mcp_image_content.py
tests/test_mcp_interpret_result.py
tests/test_mcp_nan_inf.py
tests/test_mcp_pipelines.py
tests/test_mcp_prompts_expanded.py
tests/test_mcp_protocol.py
tests/test_mcp_result_handle.py
tests/test_mcp_runner.py
tests/test_mcp_sampling.py
tests/test_mcp_tool_contract.py
tests/test_mediate_interventional.py
tests/test_mediation.py
tests/test_mediation_sensitivity.py
tests/test_meta_analysis.py
tests/test_metalearner_frontiers.py
tests/test_metalearners.py
tests/test_mht_romano_wolf.py
tests/test_mixtape_ch09_guide.py
tests/test_ml_causal_polish.py
tests/test_modelsummary.py
tests/test_mr_diagnostics.py
tests/test_mr_extensions.py
tests/test_mr_extras.py
tests/test_mr_frontier.py
tests/test_msm.py
tests/test_msm_singleperiod_iptw_regression.py
tests/test_multi_se.py
tests/test_multilevel.py
tests/test_multiway_and_subcluster.py
tests/test_network.py
tests/test_neural_causal.py
tests/test_neural_causal_exports.py
tests/test_neural_causal_exports_contract.py
tests/test_new_features.py
tests/test_new_v06_modules.py
tests/test_next_steps.py
tests/test_nist_strd_linear.py
tests/test_no_silent_degradation.py
tests/test_numba_kernels.py
tests/test_ols.py
tests/test_ope_cevae.py
tests/test_ope_extensions.py
tests/test_optimal_match_vectorized.py
tests/test_orig_parity_harness_contract.py
tests/test_output_and_survey_helpers.py
tests/test_overlap_and_cbps.py
tests/test_overlap_did.py
tests/test_panel.py
tests/test_panel_balance.py
tests/test_panel_cov_compare.py
tests/test_panel_cov_diagnostics.py
tests/test_panel_cov_estimators.py
tests/test_panel_cov_feols.py
tests/test_panel_cov_hdfe.py
tests/test_panel_cov_misc.py
tests/test_panel_cov_plots.py
tests/test_panel_dispatcher.py
tests/test_paper_branches.py
tests/test_paper_dag_section.py
tests/test_paper_from_question.py
tests/test_paper_pipeline.py
tests/test_paper_quarto.py
tests/test_paper_tables.py
tests/test_paper_tables_export.py
tests/test_parity_gap_boundaries.py
tests/test_parity_harness_contract.py
tests/test_parity_runtime.py
tests/test_phase9to14.py
tests/test_plot_label_font_compat.py
tests/test_policy_learning.py
tests/test_policy_weights_contract.py
tests/test_postestimation.py
tests/test_postestimation_contract.py
tests/test_power_calculators.py
tests/test_power_study_designs.py
tests/test_predict_oos.py
tests/test_preflight.py
tests/test_preregister.py
tests/test_pretrends_power.py
tests/test_principal_strat.py
tests/test_prod_fn.py
tests/test_proximal.py
tests/test_proximal_frontiers.py
tests/test_proximal_input_validation.py
tests/test_psmatch2.py
tests/test_public_api_has_tests.py
tests/test_qte.py
tests/test_quantile.py
tests/test_quasi_ancova_negd.py
tests/test_question_dsl.py
tests/test_rd.py
tests/test_rd_aliases.py
tests/test_rd_cov_estimators.py
tests/test_rd_cov_rdrobust.py
tests/test_rd_dispatcher.py
tests/test_rd_engine_switch.py
tests/test_rd_frontiers.py
tests/test_rd_new_modules.py
tests/test_rd_pipeline.py
tests/test_rd_polish.py
tests/test_rd_validation.py
tests/test_rddensity_io.py
tests/test_rdpower.py
tests/test_recommend_agent_cards.py
tests/test_reference_alignment_statsmodels.py
tests/test_registry.py
tests/test_registry_default_contract.py
tests/test_registry_drift_repair.py
tests/test_registry_examples_bind.py
tests/test_registry_new_modules.py
tests/test_registry_signature_contract.py
tests/test_regtable_alpha.py
tests/test_regtable_fmt_auto.py
tests/test_regtable_from_dict.py
tests/test_regtable_publication_extensions.py
tests/test_regtable_quarto.py
tests/test_regtable_round2_extensions.py
tests/test_regtable_round3_extensions.py
tests/test_regtable_round4_extensions.py
tests/test_regtable_serialization.py
tests/test_regtable_siunitx.py
tests/test_regtable_snapshots.py
tests/test_replicate_dual_track.py
tests/test_replication_notebooks.py
tests/test_replication_pack.py
tests/test_repro_metadata.py
tests/test_result_cache_ttl.py
tests/test_result_consumer_errors.py
tests/test_result_protocol.py
tests/test_result_protocol_audit.py
tests/test_result_to_dict.py
tests/test_results_html_escape.py
tests/test_review_fixes.py
tests/test_review_fixes_round2.py
tests/test_ri.py
tests/test_rif.py
tests/test_robustness_battery.py
tests/test_robustness_report.py
tests/test_round3.py
tests/test_sampling_llm_loop.py
tests/test_schema_export.py
tests/test_sdid_backend.py
tests/test_selection_bounds.py
tests/test_sensemakr.py
tests/test_sensitivity_frontier.py
tests/test_sequential_sdid.py
tests/test_session.py
tests/test_shift_share_political.py
tests/test_silent_degradation_fixes.py
tests/test_skill_api_claims.py
tests/test_smart_stability_gating.py
tests/test_smart_tools_sprint_b.py
tests/test_smart_tools_sprint_b_round3.py
tests/test_smart_tools_sprint_b_round4.py
tests/test_smart_workflow.py
tests/test_sp_did_aggregation.py
tests/test_spec_curve.py
tests/test_stability.py
tests/test_stability_audit.py
tests/test_structural_break_size.py
tests/test_subgroup.py
tests/test_suggest_bibkey_backfills.py
tests/test_sumstats.py
tests/test_surrogate.py
tests/test_survey.py
tests/test_survey_calibration.py
tests/test_survival_causal_forest_contract.py
tests/test_synth.py
tests/test_synth_advanced.py
tests/test_synth_backend.py
tests/test_synth_cov_plots.py
tests/test_synth_cov_plots_specialized.py
tests/test_synth_exports.py
tests/test_synth_extras.py
tests/test_synth_helpers_untested.py
tests/test_synth_new_methods.py
tests/test_synth_report.py
tests/test_synth_survival.py
tests/test_target_checklist.py
tests/test_target_trial.py
tests/test_tidy_glance.py
tests/test_tierD_bounds_analytic.py
tests/test_tierD_identification_balance_analytic.py
tests/test_tierD_interference_forest_analytic.py
tests/test_tierD_lalonde_psm_guard.py
tests/test_tierD_p2_bounds_sensitivity_analytic.py
tests/test_tierD_p2_cate_eval_analytic.py
tests/test_tierD_p2_causal_discovery_analytic.py
tests/test_tierD_p2_causal_recovery_analytic.py
tests/test_tierD_p2_conformal_analytic.py
tests/test_tierD_p2_dag_dsep_analytic.py
tests/test_tierD_p2_decomposition_analytic.py
tests/test_tierD_p2_epi_analytic.py
tests/test_tierD_p2_fairness_analytic.py
tests/test_tierD_p2_inference_analytic.py
tests/test_tierD_p2_longitudinal_analytic.py
tests/test_tierD_p2_mendelian_analytic.py
tests/test_tierD_p2_proximal_analytic.py
tests/test_tierD_p2_qte_multitreat_analytic.py
tests/test_tierD_p2_regression_system_analytic.py
tests/test_tierD_p2_spatial_weights_analytic.py
tests/test_tierD_p2_survival_analytic.py
tests/test_tierD_p2_target_trial_analytic.py
tests/test_tierD_p2_timeseries_analytic.py
tests/test_tierD_p2_transport_meta_analytic.py
tests/test_tierD_panel_missing_analytic.py
tests/test_tierD_power_analytic.py
tests/test_tierD_rd_multiscore_analytic.py
tests/test_tierD_spatial_diag_analytic.py
tests/test_tierD_structural_analytic.py
tests/test_tierd_new_export_anchors.py
tests/test_tierg_robustness.py
tests/test_timeseries_survival_estimators.py
tests/test_tmle.py
tests/test_torch_device_resolver.py
tests/test_translation.py
tests/test_transport.py
tests/test_transport_and_shiftshare.py
tests/test_type_stub.py
tests/test_unified_sensitivity.py
tests/test_untested_bounds_and_diag.py
tests/test_untested_function_coverage.py
tests/test_untested_public_api.py
tests/test_utils.py
tests/test_v06_round2.py
tests/test_v06_round3.py
tests/test_v0917_additions.py
tests/test_v0917_deferred.py
tests/test_v0917_review_fixes.py
tests/test_v093_bugfixes.py
tests/test_v100_integration.py
tests/test_v100_review_fixes.py
tests/test_v101_verified_fixes.py
tests/test_validation_vs_stata_r.py
tests/test_weakiv_tobit.py
tests/test_wooldridge_did_branches.py
tests/test_workflow_degradations.py
tests/test_workflow_sprint_b.py
tests/test_workflow_tool_dispatch_contract.py
tests/test_xtabond_windmeijer.py
tests/test_yun_nonlinear_decomp.py
tests/agent_bench/BUDGET_RUNBOOK.md
tests/agent_bench/README.md
tests/agent_bench/golds/golds.json
tests/agent_bench/prompts/_protocol.md
tests/agent_bench/prompts/prompts.json
tests/agent_bench/results/headline.md
tests/agent_bench/results/scores.csv
tests/agent_bench/results/trials.jsonl
tests/agent_bench/runners/build_prompts.py
tests/agent_bench/runners/estimate_budget.py
tests/agent_bench/runners/grader.py
tests/agent_bench/runners/mock_llm.py
tests/agent_bench/runners/runner.py
tests/agent_eval/test_did_workflow_transcript.py
tests/agent_eval/test_mcp_protocol_transcript.py
tests/coverage_monte_carlo/FINDINGS.md
tests/coverage_monte_carlo/__init__.py
tests/coverage_monte_carlo/run_b1000.py
tests/coverage_monte_carlo/run_robustness_b1000.py
tests/coverage_monte_carlo/run_size_power_b1000.py
tests/coverage_monte_carlo/test_coverage.py
tests/coverage_monte_carlo/test_coverage_robustness.py
tests/coverage_monte_carlo/test_size_power.py
tests/coverage_monte_carlo/results_b1000/coverage_b1000.json
tests/coverage_monte_carlo/results_b1000/coverage_robustness_b1000.json
tests/coverage_monte_carlo/results_b1000/size_power_b1000.json
tests/external_parity/PUBLISHED_REFERENCE_VALUES.md
tests/external_parity/__init__.py
tests/external_parity/test_causalml_book.py
tests/external_parity/test_dml_python_parity.py
tests/external_parity/test_honest_did_paper_parity.py
tests/external_parity/test_published_replications.py
tests/external_parity/test_whatif_nhefs.py
tests/fixtures/_gen_htz_fixture.R
tests/fixtures/_gen_htz_fixture.README.md
tests/fixtures/htz_clubsandwich.json
tests/fixtures/htz_panel_q1.csv
tests/fixtures/htz_panel_q2.csv
tests/fixtures/htz_panel_q3_unbal.csv
tests/fixtures/nist_strd/Filip.dat
tests/fixtures/nist_strd/Longley.dat
tests/fixtures/nist_strd/NoInt1.dat
tests/fixtures/nist_strd/NoInt2.dat
tests/fixtures/nist_strd/Norris.dat
tests/fixtures/nist_strd/Pontius.dat
tests/fixtures/nist_strd/README.md
tests/fixtures/nist_strd/Wampler1.dat
tests/fixtures/nist_strd/Wampler2.dat
tests/fixtures/nist_strd/Wampler3.dat
tests/fixtures/nist_strd/Wampler4.dat
tests/fixtures/nist_strd/Wampler5.dat
tests/integration/__init__.py
tests/integration/test_causal_mas_with_fake_llm.py
tests/iv/__init__.py
tests/iv/test_bayesian_iv.py
tests/iv/test_iv_diag.py
tests/iv/test_ivmte_bounds.py
tests/iv/test_jive_variants.py
tests/iv/test_mte.py
tests/iv/test_npiv.py
tests/iv/test_plausibly_exogenous.py
tests/iv/test_plots.py
tests/iv/test_post_lasso.py
tests/iv/test_unified_fit.py
tests/iv/test_weak_identification.py
tests/iv/test_weak_iv_ci.py
tests/numerical_accuracy/README.md
tests/numerical_accuracy/__init__.py
tests/numerical_accuracy/test_nist_strd_anova.py
tests/numerical_accuracy/test_nist_strd_ols.py
tests/numerical_accuracy/_fixtures/nist_strd/Filip.dat
tests/numerical_accuracy/_fixtures/nist_strd/Longley.dat
tests/numerical_accuracy/_fixtures/nist_strd/NoInt1.dat
tests/numerical_accuracy/_fixtures/nist_strd/NoInt2.dat
tests/numerical_accuracy/_fixtures/nist_strd/Norris.dat
tests/numerical_accuracy/_fixtures/nist_strd/PROVENANCE.md
tests/numerical_accuracy/_fixtures/nist_strd/Pontius.dat
tests/numerical_accuracy/_fixtures/nist_strd/Wampler1.dat
tests/numerical_accuracy/_fixtures/nist_strd/Wampler2.dat
tests/numerical_accuracy/_fixtures/nist_strd/Wampler3.dat
tests/numerical_accuracy/_fixtures/nist_strd/Wampler4.dat
tests/numerical_accuracy/_fixtures/nist_strd/Wampler5.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/AtmWtAg.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/PROVENANCE.md
tests/numerical_accuracy/_fixtures/nist_strd_anova/SiRstv.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs01.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs02.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs03.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs04.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs05.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs06.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs07.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs08.dat
tests/numerical_accuracy/_fixtures/nist_strd_anova/SmLs09.dat
tests/orig_parity/01_card_original.R
tests/orig_parity/01_card_original.py
tests/orig_parity/02_mpdta_original.R
tests/orig_parity/02_mpdta_original.py
tests/orig_parity/03_basque_original.R
tests/orig_parity/03_basque_original.py
tests/orig_parity/04_lalonde_original.R
tests/orig_parity/04_lalonde_original.py
tests/orig_parity/04b_nsw_psid_original.R
tests/orig_parity/04b_nsw_psid_original.py
tests/orig_parity/05_lee_original.R
tests/orig_parity/05_lee_original.py
tests/orig_parity/06_nhefs_ch12_ipw.R
tests/orig_parity/06_nhefs_ch12_ipw.py
tests/orig_parity/07_nhefs_ch13_gformula.R
tests/orig_parity/07_nhefs_ch13_gformula.py
tests/orig_parity/08_nhefs_ch14_gestimation.R
tests/orig_parity/08_nhefs_ch14_gestimation.py
tests/orig_parity/09_nhefs_ch15_outcome.R
tests/orig_parity/09_nhefs_ch15_outcome.py
tests/orig_parity/10_nhefs_ch17_survival.R
tests/orig_parity/10_nhefs_ch17_survival.py
tests/orig_parity/11_nhefs_evalue.R
tests/orig_parity/11_nhefs_evalue.py
tests/orig_parity/_common.py
tests/orig_parity/_nhefs.py
tests/orig_parity/compare_orig.py
tests/orig_parity/data/01_card_original.csv
tests/orig_parity/data/02_mpdta_original.csv
tests/orig_parity/data/03_basque_original.csv
tests/orig_parity/data/04_lalonde_original.csv
tests/orig_parity/data/04b_nsw_psid_original.csv
tests/orig_parity/data/05_lee_original.csv
tests/orig_parity/data/06_nhefs_ch12_ipw.csv
tests/orig_parity/results/01_card_original_R.json
tests/orig_parity/results/01_card_original_py.json
tests/orig_parity/results/02_mpdta_original_R.json
tests/orig_parity/results/02_mpdta_original_py.json
tests/orig_parity/results/03_basque_original_R.json
tests/orig_parity/results/03_basque_original_py.json
tests/orig_parity/results/04_lalonde_original_R.json
tests/orig_parity/results/04_lalonde_original_py.json
tests/orig_parity/results/04b_nsw_psid_original_R.json
tests/orig_parity/results/04b_nsw_psid_original_py.json
tests/orig_parity/results/05_lee_original_R.json
tests/orig_parity/results/05_lee_original_py.json
tests/orig_parity/results/06_nhefs_ch12_ipw_R.json
tests/orig_parity/results/06_nhefs_ch12_ipw_py.json
tests/orig_parity/results/07_nhefs_ch13_gformula_R.json
tests/orig_parity/results/07_nhefs_ch13_gformula_py.json
tests/orig_parity/results/08_nhefs_ch14_gestimation_R.json
tests/orig_parity/results/08_nhefs_ch14_gestimation_py.json
tests/orig_parity/results/09_nhefs_ch15_outcome_R.json
tests/orig_parity/results/09_nhefs_ch15_outcome_py.json
tests/orig_parity/results/10_nhefs_ch17_survival_R.json
tests/orig_parity/results/10_nhefs_ch17_survival_py.json
tests/orig_parity/results/11_nhefs_evalue_R.json
tests/orig_parity/results/11_nhefs_evalue_py.json
tests/orig_parity/results/parity_table_orig.md
tests/output_snapshots/_fixtures.py
tests/output_snapshots/_snapshot.py
tests/output_snapshots/f1_simple_ols.html
tests/output_snapshots/f1_simple_ols.latex
tests/output_snapshots/f1_simple_ols.markdown
tests/output_snapshots/f1_simple_ols.text
tests/output_snapshots/f2_multi_model.html
tests/output_snapshots/f2_multi_model.latex
tests/output_snapshots/f2_multi_model.markdown
tests/output_snapshots/f2_multi_model.text
tests/output_snapshots/f3_custom_stats.html
tests/output_snapshots/f3_custom_stats.latex
tests/output_snapshots/f3_custom_stats.markdown
tests/output_snapshots/f3_custom_stats.text
tests/output_snapshots/f4_with_notes.html
tests/output_snapshots/f4_with_notes.latex
tests/output_snapshots/f4_with_notes.markdown
tests/output_snapshots/f4_with_notes.text
tests/output_snapshots/f5_logit.html
tests/output_snapshots/f5_logit.latex
tests/output_snapshots/f5_logit.markdown
tests/output_snapshots/f5_logit.text
tests/perf/01_hdfe_perf.R
tests/perf/01_hdfe_perf.py
tests/perf/02_csdid_perf.R
tests/perf/02_csdid_perf.py
tests/perf/03_scm_perf.R
tests/perf/03_scm_perf.py
tests/perf/04_dml_perf.R
tests/perf/04_dml_perf.py
tests/perf/05_feols_jax_bootstrap_bench.py
tests/perf/_common.py
tests/perf/compare_perf.py
tests/perf/figures/track_c_loglog.pdf
tests/perf/figures/track_c_loglog.png
tests/perf/results/01_hdfe_R.json
tests/perf/results/01_hdfe_py.json
tests/perf/results/02_csdid_R.json
tests/perf/results/02_csdid_py.json
tests/perf/results/03_scm_R.json
tests/perf/results/03_scm_py.json
tests/perf/results/04_dml_R.json
tests/perf/results/04_dml_py.json
tests/perf/results/perf_table.md
tests/perf/results/perf_table.tex
tests/r_parity/.gitignore
tests/r_parity/01_ols.R
tests/r_parity/01_ols.py
tests/r_parity/02_iv.R
tests/r_parity/02_iv.py
tests/r_parity/03_hdfe.R
tests/r_parity/03_hdfe.py
tests/r_parity/04_csdid.R
tests/r_parity/04_csdid.py
tests/r_parity/05_sunab.R
tests/r_parity/05_sunab.py
tests/r_parity/06_rd.R
tests/r_parity/06_rd.py
tests/r_parity/07_scm.R
tests/r_parity/07_scm.py
tests/r_parity/08_dml.R
tests/r_parity/08_dml.py
tests/r_parity/09_rddensity.R
tests/r_parity/09_rddensity.py
tests/r_parity/10_honest_did.R
tests/r_parity/10_honest_did.py
tests/r_parity/11_psm.R
tests/r_parity/11_psm.py
tests/r_parity/12_sdid.R
tests/r_parity/12_sdid.py
tests/r_parity/13_causal_forest.R
tests/r_parity/13_causal_forest.py
tests/r_parity/14_ols_cluster.R
tests/r_parity/14_ols_cluster.py
tests/r_parity/15_hdfe_cluster.R
tests/r_parity/15_hdfe_cluster.py
tests/r_parity/16_bjs.R
tests/r_parity/16_bjs.py
tests/r_parity/17_etwfe.R
tests/r_parity/17_etwfe.py
tests/r_parity/18_augsynth.R
tests/r_parity/18_augsynth.py
tests/r_parity/19_gsynth.R
tests/r_parity/19_gsynth.py
tests/r_parity/20_bacon.R
tests/r_parity/20_bacon.py
tests/r_parity/21_honest_relmags.R
tests/r_parity/21_honest_relmags.py
tests/r_parity/22_sensemakr.R
tests/r_parity/22_sensemakr.py
tests/r_parity/23_evalue.R
tests/r_parity/23_evalue.py
tests/r_parity/24_coxph.R
tests/r_parity/24_coxph.py
tests/r_parity/25_lmm.R
tests/r_parity/25_lmm.py
tests/r_parity/26_glmm_logit.R
tests/r_parity/26_glmm_logit.py
tests/r_parity/27_glmm_aghq.R
tests/r_parity/27_glmm_aghq.py
tests/r_parity/28_frontier.R
tests/r_parity/28_frontier.py
tests/r_parity/29_panel_sfa.R
tests/r_parity/29_panel_sfa.py
tests/r_parity/30_oaxaca.R
tests/r_parity/30_oaxaca.py
tests/r_parity/31_dfl.R
tests/r_parity/31_dfl.py
tests/r_parity/32_rif.R
tests/r_parity/32_rif.py
tests/r_parity/33_var.R
tests/r_parity/33_var.py
tests/r_parity/34_lp.R
tests/r_parity/34_lp.py
tests/r_parity/35_panel.R
tests/r_parity/35_panel.py
tests/r_parity/36_mediation.R
tests/r_parity/36_mediation.py
tests/r_parity/37_ppmlhdfe.R
tests/r_parity/37_ppmlhdfe.py
tests/r_parity/38_drdid.R
tests/r_parity/38_drdid.py
tests/r_parity/39_arima.R
tests/r_parity/39_arima.py
tests/r_parity/40_qreg.R
tests/r_parity/40_qreg.py
tests/r_parity/41_tobit.R
tests/r_parity/41_tobit.py
tests/r_parity/42_nbreg.R
tests/r_parity/42_nbreg.py
tests/r_parity/43_heckman.R
tests/r_parity/43_heckman.py
tests/r_parity/44_mlogit.R
tests/r_parity/44_mlogit.py
tests/r_parity/45_ologit.R
tests/r_parity/45_ologit.py
tests/r_parity/46_clogit.R
tests/r_parity/46_clogit.py
tests/r_parity/47_ppmlhdfe_3fe.R
tests/r_parity/47_ppmlhdfe_3fe.py
tests/r_parity/48_probit.R
tests/r_parity/48_probit.py
tests/r_parity/49_oprobit.R
tests/r_parity/49_oprobit.py
tests/r_parity/50_xtabond.R
tests/r_parity/50_xtabond.py
tests/r_parity/51_newey.R
tests/r_parity/51_newey.py
tests/r_parity/52_scm_unique.R
tests/r_parity/52_scm_unique.py
tests/r_parity/53_cr2.R
tests/r_parity/53_cr2.py
tests/r_parity/54_twoway_cluster.R
tests/r_parity/54_twoway_cluster.py
tests/r_parity/55_hc2_hc3.R
tests/r_parity/55_hc2_hc3.py
tests/r_parity/56_multiway_cluster.R
tests/r_parity/56_multiway_cluster.py
tests/r_parity/57_logit.R
tests/r_parity/57_logit.py
tests/r_parity/58_poisson.R
tests/r_parity/58_poisson.py
tests/r_parity/59_liml.R
tests/r_parity/59_liml.py
tests/r_parity/60_sureg.R
tests/r_parity/60_sureg.py
tests/r_parity/61_betareg.R
tests/r_parity/61_betareg.py
tests/r_parity/62_truncreg.R
tests/r_parity/62_truncreg.py
tests/r_parity/63_zip.R
tests/r_parity/63_zip.py
tests/r_parity/64_zinb.R
tests/r_parity/64_zinb.py
tests/r_parity/PARITY_SESSION_2026-05-28.md
tests/r_parity/PARITY_TEST_WORKLOG_2026-05-29.md
tests/r_parity/PARITY_WORKLOG_2026-06-10.md
tests/r_parity/README.md
tests/r_parity/R_ENVIRONMENT.md
tests/r_parity/TIER_A_FIXTURE_LOCK.json
tests/r_parity/_common.R
tests/r_parity/_common.py
tests/r_parity/_gen_renv_lock.R
tests/r_parity/compare.py
tests/r_parity/renv.lock
tests/r_parity/verify_reproduce.py
tests/r_parity/data/01_ols.csv
tests/r_parity/data/02_iv.csv
tests/r_parity/data/03_hdfe.csv
tests/r_parity/data/04_csdid.csv
tests/r_parity/data/05_sunab.csv
tests/r_parity/data/06_rd.csv
tests/r_parity/data/07_scm.csv
tests/r_parity/data/08_dml.csv
tests/r_parity/data/09_rddensity.csv
tests/r_parity/data/11_psm.csv
tests/r_parity/data/12_sdid.csv
tests/r_parity/data/13_causal_forest.csv
tests/r_parity/data/14_ols_cluster.csv
tests/r_parity/data/15_hdfe_cluster.csv
tests/r_parity/data/16_bjs.csv
tests/r_parity/data/17_etwfe.csv
tests/r_parity/data/18_augsynth.csv
tests/r_parity/data/19_gsynth.csv
tests/r_parity/data/20_bacon.csv
tests/r_parity/data/22_sensemakr.csv
tests/r_parity/data/24_coxph.csv
tests/r_parity/data/25_lmm.csv
tests/r_parity/data/26_glmm_logit.csv
tests/r_parity/data/27_glmm_aghq.csv
tests/r_parity/data/28_frontier.csv
tests/r_parity/data/29_panel_sfa.csv
tests/r_parity/data/30_oaxaca.csv
tests/r_parity/data/31_dfl.csv
tests/r_parity/data/32_rif.csv
tests/r_parity/data/33_var.csv
tests/r_parity/data/34_lp.csv
tests/r_parity/data/35_panel.csv
tests/r_parity/data/36_mediation.csv
tests/r_parity/data/37_ppmlhdfe.csv
tests/r_parity/data/38_drdid.csv
tests/r_parity/data/39_arima.csv
tests/r_parity/data/40_qreg.csv
tests/r_parity/data/41_tobit.csv
tests/r_parity/data/42_nbreg.csv
tests/r_parity/data/43_heckman.csv
tests/r_parity/data/44_mlogit.csv
tests/r_parity/data/45_ologit.csv
tests/r_parity/data/46_clogit.csv
tests/r_parity/data/47_ppmlhdfe_3fe.csv
tests/r_parity/data/48_probit.csv
tests/r_parity/data/49_oprobit.csv
tests/r_parity/data/50_xtabond.csv
tests/r_parity/data/51_newey.csv
tests/r_parity/data/52_scm_unique.csv
tests/r_parity/data/53_cr2.csv
tests/r_parity/data/54_twoway_cluster.csv
tests/r_parity/data/55_hc2_hc3.csv
tests/r_parity/data/56_multiway_cluster.csv
tests/r_parity/data/57_logit.csv
tests/r_parity/data/58_poisson.csv
tests/r_parity/data/59_liml.csv
tests/r_parity/data/60_sureg.csv
tests/r_parity/data/61_betareg.csv
tests/r_parity/data/62_truncreg.csv
tests/r_parity/data/63_zip.csv
tests/r_parity/data/64_zinb.csv
tests/r_parity/results/01_ols_R.json
tests/r_parity/results/01_ols_py.json
tests/r_parity/results/02_iv_R.json
tests/r_parity/results/02_iv_py.json
tests/r_parity/results/03_hdfe_R.json
tests/r_parity/results/03_hdfe_py.json
tests/r_parity/results/04_csdid_R.json
tests/r_parity/results/04_csdid_py.json
tests/r_parity/results/05_sunab_R.json
tests/r_parity/results/05_sunab_py.json
tests/r_parity/results/06_rd_R.json
tests/r_parity/results/06_rd_py.json
tests/r_parity/results/07_scm_R.json
tests/r_parity/results/07_scm_py.json
tests/r_parity/results/08_dml_R.json
tests/r_parity/results/08_dml_py.json
tests/r_parity/results/09_rddensity_R.json
tests/r_parity/results/09_rddensity_py.json
tests/r_parity/results/10_honest_did_R.json
tests/r_parity/results/10_honest_did_py.json
tests/r_parity/results/11_psm_R.json
tests/r_parity/results/11_psm_py.json
tests/r_parity/results/12_sdid_R.json
tests/r_parity/results/12_sdid_py.json
tests/r_parity/results/13_causal_forest_R.json
tests/r_parity/results/13_causal_forest_py.json
tests/r_parity/results/14_ols_cluster_R.json
tests/r_parity/results/14_ols_cluster_py.json
tests/r_parity/results/15_hdfe_cluster_R.json
tests/r_parity/results/15_hdfe_cluster_py.json
tests/r_parity/results/16_bjs_R.json
tests/r_parity/results/16_bjs_py.json
tests/r_parity/results/17_etwfe_R.json
tests/r_parity/results/17_etwfe_py.json
tests/r_parity/results/18_augsynth_R.json
tests/r_parity/results/18_augsynth_py.json
tests/r_parity/results/19_gsynth_R.json
tests/r_parity/results/19_gsynth_py.json
tests/r_parity/results/20_bacon_R.json
tests/r_parity/results/20_bacon_py.json
tests/r_parity/results/21_honest_relmags_R.json
tests/r_parity/results/21_honest_relmags_py.json
tests/r_parity/results/22_sensemakr_R.json
tests/r_parity/results/22_sensemakr_py.json
tests/r_parity/results/23_evalue_R.json
tests/r_parity/results/23_evalue_py.json
tests/r_parity/results/24_coxph_R.json
tests/r_parity/results/24_coxph_py.json
tests/r_parity/results/25_lmm_R.json
tests/r_parity/results/25_lmm_py.json
tests/r_parity/results/26_glmm_logit_R.json
tests/r_parity/results/26_glmm_logit_py.json
tests/r_parity/results/27_glmm_aghq_R.json
tests/r_parity/results/27_glmm_aghq_py.json
tests/r_parity/results/28_frontier_R.json
tests/r_parity/results/28_frontier_py.json
tests/r_parity/results/29_panel_sfa_R.json
tests/r_parity/results/29_panel_sfa_py.json
tests/r_parity/results/30_oaxaca_R.json
tests/r_parity/results/30_oaxaca_py.json
tests/r_parity/results/31_dfl_R.json
tests/r_parity/results/31_dfl_py.json
tests/r_parity/results/32_rif_R.json
tests/r_parity/results/32_rif_py.json
tests/r_parity/results/33_var_R.json
tests/r_parity/results/33_var_py.json
tests/r_parity/results/34_lp_R.json
tests/r_parity/results/34_lp_py.json
tests/r_parity/results/35_panel_R.json
tests/r_parity/results/35_panel_py.json
tests/r_parity/results/36_mediation_R.json
tests/r_parity/results/36_mediation_py.json
tests/r_parity/results/37_ppmlhdfe_R.json
tests/r_parity/results/37_ppmlhdfe_py.json
tests/r_parity/results/38_drdid_R.json
tests/r_parity/results/38_drdid_py.json
tests/r_parity/results/39_arima_R.json
tests/r_parity/results/39_arima_py.json
tests/r_parity/results/40_qreg_R.json
tests/r_parity/results/40_qreg_py.json
tests/r_parity/results/41_tobit_R.json
tests/r_parity/results/41_tobit_py.json
tests/r_parity/results/42_nbreg_R.json
tests/r_parity/results/42_nbreg_py.json
tests/r_parity/results/43_heckman_R.json
tests/r_parity/results/43_heckman_py.json
tests/r_parity/results/44_mlogit_R.json
tests/r_parity/results/44_mlogit_py.json
tests/r_parity/results/45_ologit_R.json
tests/r_parity/results/45_ologit_py.json
tests/r_parity/results/46_clogit_R.json
tests/r_parity/results/46_clogit_py.json
tests/r_parity/results/47_ppmlhdfe_3fe_R.json
tests/r_parity/results/47_ppmlhdfe_3fe_py.json
tests/r_parity/results/48_probit_R.json
tests/r_parity/results/48_probit_py.json
tests/r_parity/results/49_oprobit_R.json
tests/r_parity/results/49_oprobit_py.json
tests/r_parity/results/50_xtabond_R.json
tests/r_parity/results/50_xtabond_py.json
tests/r_parity/results/51_newey_R.json
tests/r_parity/results/51_newey_py.json
tests/r_parity/results/52_scm_unique_R.json
tests/r_parity/results/52_scm_unique_py.json
tests/r_parity/results/53_cr2_R.json
tests/r_parity/results/53_cr2_py.json
tests/r_parity/results/54_twoway_cluster_R.json
tests/r_parity/results/54_twoway_cluster_py.json
tests/r_parity/results/55_hc2_hc3_R.json
tests/r_parity/results/55_hc2_hc3_py.json
tests/r_parity/results/56_multiway_cluster_R.json
tests/r_parity/results/56_multiway_cluster_py.json
tests/r_parity/results/57_logit_R.json
tests/r_parity/results/57_logit_py.json
tests/r_parity/results/58_poisson_R.json
tests/r_parity/results/58_poisson_py.json
tests/r_parity/results/59_liml_R.json
tests/r_parity/results/59_liml_py.json
tests/r_parity/results/60_sureg_R.json
tests/r_parity/results/60_sureg_py.json
tests/r_parity/results/61_betareg_R.json
tests/r_parity/results/61_betareg_py.json
tests/r_parity/results/62_truncreg_R.json
tests/r_parity/results/62_truncreg_py.json
tests/r_parity/results/63_zip_R.json
tests/r_parity/results/63_zip_py.json
tests/r_parity/results/64_zinb_R.json
tests/r_parity/results/64_zinb_py.json
tests/r_parity/results/REPRODUCIBILITY_REPORT.md
tests/r_parity/results/parity_table.md
tests/r_parity/results/parity_table.tex
tests/r_parity/results/parity_table_3way.md
tests/r_parity/results/parity_table_3way.tex
tests/r_parity/results/_repro_check/01_ols_R.json
tests/r_parity/results/_repro_check/02_iv_R.json
tests/r_parity/results/_repro_check/03_hdfe_R.json
tests/r_parity/results/_repro_check/04_csdid_R.json
tests/r_parity/results/_repro_check/05_sunab_R.json
tests/r_parity/results/_repro_check/06_rd_R.json
tests/r_parity/results/_repro_check/07_scm_R.json
tests/r_parity/results/_repro_check/08_dml_R.json
tests/r_parity/results/_repro_check/09_rddensity_R.json
tests/r_parity/results/_repro_check/10_honest_did_R.json
tests/r_parity/results/_repro_check/11_psm_R.json
tests/r_parity/results/_repro_check/12_sdid_R.json
tests/r_parity/results/_repro_check/13_causal_forest_R.json
tests/r_parity/results/_repro_check/14_ols_cluster_R.json
tests/r_parity/results/_repro_check/15_hdfe_cluster_R.json
tests/r_parity/results/_repro_check/16_bjs_R.json
tests/r_parity/results/_repro_check/17_etwfe_R.json
tests/r_parity/results/_repro_check/18_augsynth_R.json
tests/r_parity/results/_repro_check/19_gsynth_R.json
tests/r_parity/results/_repro_check/20_bacon_R.json
tests/r_parity/results/_repro_check/21_honest_relmags_R.json
tests/r_parity/results/_repro_check/22_sensemakr_R.json
tests/r_parity/results/_repro_check/23_evalue_R.json
tests/r_parity/results/_repro_check/24_coxph_R.json
tests/r_parity/results/_repro_check/25_lmm_R.json
tests/r_parity/results/_repro_check/26_glmm_logit_R.json
tests/r_parity/results/_repro_check/27_glmm_aghq_R.json
tests/r_parity/results/_repro_check/28_frontier_R.json
tests/r_parity/results/_repro_check/29_panel_sfa_R.json
tests/r_parity/results/_repro_check/30_oaxaca_R.json
tests/r_parity/results/_repro_check/31_dfl_R.json
tests/r_parity/results/_repro_check/32_rif_R.json
tests/r_parity/results/_repro_check/33_var_R.json
tests/r_parity/results/_repro_check/34_lp_R.json
tests/r_parity/results/_repro_check/35_panel_R.json
tests/r_parity/results/_repro_check/36_mediation_R.json
tests/r_parity/results/_repro_check/37_ppmlhdfe_R.json
tests/r_parity/results/_repro_check/38_drdid_R.json
tests/r_parity/results/_repro_check/39_arima_R.json
tests/r_parity/results/_repro_check/40_qreg_R.json
tests/r_parity/results/_repro_check/41_tobit_R.json
tests/r_parity/results/_repro_check/42_nbreg_R.json
tests/r_parity/results/_repro_check/43_heckman_R.json
tests/r_parity/results/_repro_check/44_mlogit_R.json
tests/r_parity/results/_repro_check/45_ologit_R.json
tests/r_parity/results/_repro_check/46_clogit_R.json
tests/r_parity/results/_repro_check/47_ppmlhdfe_3fe_R.json
tests/r_parity/results/_repro_check/48_probit_R.json
tests/r_parity/results/_repro_check/49_oprobit_R.json
tests/r_parity/results/_repro_check/50_xtabond_R.json
tests/r_parity/results/_repro_check/51_newey_R.json
tests/r_parity/results/_repro_check/52_scm_unique_R.json
tests/r_parity/results/_repro_check/53_cr2_R.json
tests/r_parity/results/_repro_check/54_twoway_cluster_R.json
tests/r_parity/results/_repro_check/55_hc2_hc3_R.json
tests/r_parity/results/_repro_check/56_multiway_cluster_R.json
tests/r_parity/results/_repro_check/57_logit_R.json
tests/r_parity/results/_repro_check/58_poisson_R.json
tests/r_parity/results/_repro_check/59_liml_R.json
tests/r_parity/results/_repro_check/60_sureg_R.json
tests/r_parity/results/_repro_check/61_betareg_R.json
tests/r_parity/results/_repro_check/62_truncreg_R.json
tests/r_parity/results/_repro_check/63_zip_R.json
tests/r_parity/results/_repro_check/64_zinb_R.json
tests/reference_parity/REFERENCES.md
tests/reference_parity/__init__.py
tests/reference_parity/conftest.py
tests/reference_parity/test_assimilation_parity.py
tests/reference_parity/test_bcf_parity.py
tests/reference_parity/test_bunching_parity.py
tests/reference_parity/test_callaway_santanna_parity.py
tests/reference_parity/test_causal_discovery_parity.py
tests/reference_parity/test_causal_forest_aipw_recovery.py
tests/reference_parity/test_count_quantile_parity.py
tests/reference_parity/test_cross_estimator_parity.py
tests/reference_parity/test_did_multiplegt_parity.py
tests/reference_parity/test_did_parity.py
tests/reference_parity/test_did_variants_parity.py
tests/reference_parity/test_distributional_te_parity.py
tests/reference_parity/test_dml_parity.py
tests/reference_parity/test_dose_response_parity.py
tests/reference_parity/test_gformula_parity.py
tests/reference_parity/test_gmm_dynamic_panel_parity.py
tests/reference_parity/test_grf_parity.py
tests/reference_parity/test_hdfe_parity.py
tests/reference_parity/test_heckman_se_parity.py
tests/reference_parity/test_interference_parity.py
tests/reference_parity/test_ipw_parity.py
tests/reference_parity/test_iv_parity.py
tests/reference_parity/test_iv_se_parity.py
tests/reference_parity/test_liml_se_parity.py
tests/reference_parity/test_matching_parity.py
tests/reference_parity/test_matrix_completion_parity.py
tests/reference_parity/test_mr_parity.py
tests/reference_parity/test_panel_parity.py
tests/reference_parity/test_paper_parity.py
tests/reference_parity/test_principal_strat_parity.py
tests/reference_parity/test_proximal_parity.py
tests/reference_parity/test_psmatch2_parity.py
tests/reference_parity/test_qte_parity.py
tests/reference_parity/test_rd_parity.py
tests/reference_parity/test_regress_weights_iv_robust_parity.py
tests/reference_parity/test_scm_recovery.py
tests/reference_parity/test_sdid_parity.py
tests/reference_parity/test_synth_parity.py
tests/reference_parity/test_tmle_parity.py
tests/reference_parity/_fixtures/_generate_bcf.R
tests/reference_parity/_fixtures/_generate_bcf_data.py
tests/reference_parity/_fixtures/_generate_count_quantile.R
tests/reference_parity/_fixtures/_generate_count_quantile_data.py
tests/reference_parity/_fixtures/_generate_cs.R
tests/reference_parity/_fixtures/_generate_cs_data.py
tests/reference_parity/_fixtures/_generate_did_variants.R
tests/reference_parity/_fixtures/_generate_dml.R
tests/reference_parity/_fixtures/_generate_dml_data.py
tests/reference_parity/_fixtures/_generate_dml_iv_data.py
tests/reference_parity/_fixtures/_generate_gformula.R
tests/reference_parity/_fixtures/_generate_gformula_data.py
tests/reference_parity/_fixtures/_generate_grf.R
tests/reference_parity/_fixtures/_generate_grf_data.py
tests/reference_parity/_fixtures/_generate_hdfe.R
tests/reference_parity/_fixtures/_generate_hdfe_data.py
tests/reference_parity/_fixtures/_generate_ipw.R
tests/reference_parity/_fixtures/_generate_ipw_data.py
tests/reference_parity/_fixtures/_generate_panel.R
tests/reference_parity/_fixtures/_generate_panel_data.py
tests/reference_parity/_fixtures/_generate_psmatch2.do
tests/reference_parity/_fixtures/_generate_sdid.R
tests/reference_parity/_fixtures/_generate_tmle.R
tests/reference_parity/_fixtures/_generate_tmle_data.py
tests/reference_parity/_fixtures/_generate_zeroinfl.R
tests/reference_parity/_fixtures/_generate_zeroinfl_data.py
tests/reference_parity/_fixtures/bcf_R.json
tests/reference_parity/_fixtures/bcf_data.csv
tests/reference_parity/_fixtures/count_quantile_R.json
tests/reference_parity/_fixtures/count_quantile_data.csv
tests/reference_parity/_fixtures/cs_R.json
tests/reference_parity/_fixtures/cs_data.csv
tests/reference_parity/_fixtures/did_variants_R.json
tests/reference_parity/_fixtures/dml_R.json
tests/reference_parity/_fixtures/dml_data.csv
tests/reference_parity/_fixtures/dml_iv_data.csv
tests/reference_parity/_fixtures/gformula_R.json
tests/reference_parity/_fixtures/gformula_data.csv
tests/reference_parity/_fixtures/grf_R.json
tests/reference_parity/_fixtures/grf_data.csv
tests/reference_parity/_fixtures/hdfe_R.json
tests/reference_parity/_fixtures/hdfe_data.csv
tests/reference_parity/_fixtures/ipw_R.json
tests/reference_parity/_fixtures/ipw_data.csv
tests/reference_parity/_fixtures/panel_R.json
tests/reference_parity/_fixtures/panel_data.csv
tests/reference_parity/_fixtures/psmatch2_ai_data.csv
tests/reference_parity/_fixtures/psmatch2_data.csv
tests/reference_parity/_fixtures/psmatch2_kernel_data.csv
tests/reference_parity/_fixtures/psmatch2_radius_data.csv
tests/reference_parity/_fixtures/psmatch2_stata.json
tests/reference_parity/_fixtures/sdid_R.json
tests/reference_parity/_fixtures/sdid_prop99_data.csv
tests/reference_parity/_fixtures/tmle_R.json
tests/reference_parity/_fixtures/tmle_data.csv
tests/reference_parity/_fixtures/zeroinfl_R.json
tests/reference_parity/_fixtures/zeroinfl_data.csv
tests/spatial/__init__.py
tests/spatial/test_backward_compat.py
tests/spatial/test_columbus_crossval.py
tests/spatial/test_diagnostics_impacts.py
tests/spatial/test_did.py
tests/spatial/test_esda_geary.py
tests/spatial/test_esda_getis_ord.py
tests/spatial/test_esda_join_counts.py
tests/spatial/test_esda_moran.py
tests/spatial/test_esda_plots.py
tests/spatial/test_gwr.py
tests/spatial/test_gwr_local_se.py
tests/spatial/test_iv.py
tests/spatial/test_ml_se_information.py
tests/spatial/test_models_base.py
tests/spatial/test_models_gmm.py
tests/spatial/test_models_logdet.py
tests/spatial/test_models_ml.py
tests/spatial/test_models_slx_sac.py
tests/spatial/test_panel.py
tests/spatial/test_weights_block.py
tests/spatial/test_weights_contiguity.py
tests/spatial/test_weights_core.py
tests/spatial/test_weights_distance.py
tests/spatial/fixtures/baseline_outputs.json
tests/spatial/fixtures/columbus_reference.json
tests/spatial/fixtures/georgia_gwr_reference.json
tests/stata_parity/.gitignore
tests/stata_parity/01_ols.do
tests/stata_parity/02_iv.do
tests/stata_parity/03_hdfe.do
tests/stata_parity/04_csdid.do
tests/stata_parity/05_sunab.do
tests/stata_parity/06_rd.do
tests/stata_parity/07_scm.do
tests/stata_parity/08_dml.do
tests/stata_parity/09_rddensity.do
tests/stata_parity/10_honest_did.do
tests/stata_parity/11_psm.do
tests/stata_parity/12_sdid.do
tests/stata_parity/14_ols_cluster.do
tests/stata_parity/15_hdfe_cluster.do
tests/stata_parity/16_bjs.do
tests/stata_parity/17_etwfe.do
tests/stata_parity/20_bacon.do
tests/stata_parity/21_honest_relmags.do
tests/stata_parity/22_sensemakr.do
tests/stata_parity/23_evalue.do
tests/stata_parity/24_coxph.do
tests/stata_parity/25_lmm.do
tests/stata_parity/26_glmm_logit.do
tests/stata_parity/27_glmm_aghq.do
tests/stata_parity/28_frontier.do
tests/stata_parity/29_panel_sfa.do
tests/stata_parity/30_oaxaca.do
tests/stata_parity/31_dfl.do
tests/stata_parity/32_rif.do
tests/stata_parity/33_var.do
tests/stata_parity/34_lp.do
tests/stata_parity/35_panel.do
tests/stata_parity/36_mediation.do
tests/stata_parity/37_ppmlhdfe.do
tests/stata_parity/38_drdid.do
tests/stata_parity/39_arima.do
tests/stata_parity/40_qreg.do
tests/stata_parity/41_tobit.do
tests/stata_parity/42_nbreg.do
tests/stata_parity/43_heckman.do
tests/stata_parity/44_mlogit.do
tests/stata_parity/45_ologit.do
tests/stata_parity/46_clogit.do
tests/stata_parity/47_ppmlhdfe_3fe.do
tests/stata_parity/48_probit.do
tests/stata_parity/49_oprobit.do
tests/stata_parity/50_xtabond.do
tests/stata_parity/51_newey.do
tests/stata_parity/52_scm_unique.do
tests/stata_parity/53_cr2.do
tests/stata_parity/54_twoway_cluster.do
tests/stata_parity/55_hc2_hc3.do
tests/stata_parity/56_multiway_cluster.do
tests/stata_parity/57_logit.do
tests/stata_parity/58_poisson.do
tests/stata_parity/59_liml.do
tests/stata_parity/60_sureg.do
tests/stata_parity/61_betareg.do
tests/stata_parity/62_truncreg.do
tests/stata_parity/63_zip.do
tests/stata_parity/64_zinb.do
tests/stata_parity/README.md
tests/stata_parity/STATA_ENVIRONMENT.md
tests/stata_parity/_capture_stata_env.do
tests/stata_parity/_common.do
tests/stata_parity/_gen_stata_env.py
tests/stata_parity/_quick_compare.py
tests/stata_parity/verify_reproduce_stata.py
tests/stata_parity/results/01_ols_Stata.json
tests/stata_parity/results/02_iv_Stata.json
tests/stata_parity/results/03_hdfe_Stata.json
tests/stata_parity/results/04_csdid_Stata.json
tests/stata_parity/results/05_sunab_Stata.json
tests/stata_parity/results/06_rd_Stata.json
tests/stata_parity/results/07_scm_Stata.json
tests/stata_parity/results/08_dml_Stata.json
tests/stata_parity/results/09_rddensity_Stata.json
tests/stata_parity/results/10_honest_did_Stata.json
tests/stata_parity/results/11_psm_Stata.json
tests/stata_parity/results/12_sdid_Stata.json
tests/stata_parity/results/14_ols_cluster_Stata.json
tests/stata_parity/results/15_hdfe_cluster_Stata.json
tests/stata_parity/results/16_bjs_Stata.json
tests/stata_parity/results/17_etwfe_Stata.json
tests/stata_parity/results/20_bacon_Stata.json
tests/stata_parity/results/21_honest_relmags_Stata.json
tests/stata_parity/results/22_sensemakr_Stata.json
tests/stata_parity/results/23_evalue_Stata.json
tests/stata_parity/results/24_coxph_Stata.json
tests/stata_parity/results/25_lmm_Stata.json
tests/stata_parity/results/26_glmm_logit_Stata.json
tests/stata_parity/results/27_glmm_aghq_Stata.json
tests/stata_parity/results/28_frontier_Stata.json
tests/stata_parity/results/29_panel_sfa_Stata.json
tests/stata_parity/results/30_oaxaca_Stata.json
tests/stata_parity/results/31_dfl_Stata.json
tests/stata_parity/results/32_rif_Stata.json
tests/stata_parity/results/33_var_Stata.json
tests/stata_parity/results/34_lp_Stata.json
tests/stata_parity/results/35_panel_Stata.json
tests/stata_parity/results/36_mediation_Stata.json
tests/stata_parity/results/37_ppmlhdfe_Stata.json
tests/stata_parity/results/38_drdid_Stata.json
tests/stata_parity/results/39_arima_Stata.json
tests/stata_parity/results/40_qreg_Stata.json
tests/stata_parity/results/41_tobit_Stata.json
tests/stata_parity/results/42_nbreg_Stata.json
tests/stata_parity/results/43_heckman_Stata.json
tests/stata_parity/results/44_mlogit_Stata.json
tests/stata_parity/results/45_ologit_Stata.json
tests/stata_parity/results/46_clogit_Stata.json
tests/stata_parity/results/47_ppmlhdfe_3fe_Stata.json
tests/stata_parity/results/48_probit_Stata.json
tests/stata_parity/results/49_oprobit_Stata.json
tests/stata_parity/results/50_xtabond_Stata.json
tests/stata_parity/results/51_newey_Stata.json
tests/stata_parity/results/52_scm_unique_Stata.json
tests/stata_parity/results/53_cr2_Stata.json
tests/stata_parity/results/54_twoway_cluster_Stata.json
tests/stata_parity/results/55_hc2_hc3_Stata.json
tests/stata_parity/results/56_multiway_cluster_Stata.json
tests/stata_parity/results/57_logit_Stata.json
tests/stata_parity/results/58_poisson_Stata.json
tests/stata_parity/results/59_liml_Stata.json
tests/stata_parity/results/60_sureg_Stata.json
tests/stata_parity/results/61_betareg_Stata.json
tests/stata_parity/results/62_truncreg_Stata.json
tests/stata_parity/results/63_zip_Stata.json
tests/stata_parity/results/64_zinb_Stata.json
tests/stata_parity/results/REPRODUCIBILITY_REPORT_STATA.md
tests/stata_parity/results/_stata_ado_versions.tsv
tests/stata_parity/results/_stata_core.txt
tests/stata_parity/results/_repro_check/01_ols_Stata.json
tests/stata_parity/results/_repro_check/02_iv_Stata.json
tests/stata_parity/results/_repro_check/03_hdfe_Stata.json
tests/stata_parity/results/_repro_check/04_csdid_Stata.json
tests/stata_parity/results/_repro_check/05_sunab_Stata.json
tests/stata_parity/results/_repro_check/06_rd_Stata.json
tests/stata_parity/results/_repro_check/07_scm_Stata.json
tests/stata_parity/results/_repro_check/08_dml_Stata.json
tests/stata_parity/results/_repro_check/09_rddensity_Stata.json
tests/stata_parity/results/_repro_check/10_honest_did_Stata.json
tests/stata_parity/results/_repro_check/11_psm_Stata.json
tests/stata_parity/results/_repro_check/12_sdid_Stata.json
tests/stata_parity/results/_repro_check/14_ols_cluster_Stata.json
tests/stata_parity/results/_repro_check/15_hdfe_cluster_Stata.json
tests/stata_parity/results/_repro_check/16_bjs_Stata.json
tests/stata_parity/results/_repro_check/17_etwfe_Stata.json
tests/stata_parity/results/_repro_check/20_bacon_Stata.json
tests/stata_parity/results/_repro_check/21_honest_relmags_Stata.json
tests/stata_parity/results/_repro_check/22_sensemakr_Stata.json
tests/stata_parity/results/_repro_check/23_evalue_Stata.json
tests/stata_parity/results/_repro_check/24_coxph_Stata.json
tests/stata_parity/results/_repro_check/25_lmm_Stata.json
tests/stata_parity/results/_repro_check/26_glmm_logit_Stata.json
tests/stata_parity/results/_repro_check/27_glmm_aghq_Stata.json
tests/stata_parity/results/_repro_check/28_frontier_Stata.json
tests/stata_parity/results/_repro_check/29_panel_sfa_Stata.json
tests/stata_parity/results/_repro_check/30_oaxaca_Stata.json
tests/stata_parity/results/_repro_check/31_dfl_Stata.json
tests/stata_parity/results/_repro_check/32_rif_Stata.json
tests/stata_parity/results/_repro_check/33_var_Stata.json
tests/stata_parity/results/_repro_check/34_lp_Stata.json
tests/stata_parity/results/_repro_check/35_panel_Stata.json
tests/stata_parity/results/_repro_check/36_mediation_Stata.json
tests/stata_parity/results/_repro_check/37_ppmlhdfe_Stata.json
tests/stata_parity/results/_repro_check/38_drdid_Stata.json
tests/stata_parity/results/_repro_check/39_arima_Stata.json
tests/stata_parity/results/_repro_check/40_qreg_Stata.json
tests/stata_parity/results/_repro_check/41_tobit_Stata.json
tests/stata_parity/results/_repro_check/42_nbreg_Stata.json
tests/stata_parity/results/_repro_check/43_heckman_Stata.json
tests/stata_parity/results/_repro_check/44_mlogit_Stata.json
tests/stata_parity/results/_repro_check/45_ologit_Stata.json
tests/stata_parity/results/_repro_check/46_clogit_Stata.json
tests/stata_parity/results/_repro_check/47_ppmlhdfe_3fe_Stata.json
tests/stata_parity/results/_repro_check/48_probit_Stata.json
tests/stata_parity/results/_repro_check/49_oprobit_Stata.json
tests/stata_parity/results/_repro_check/50_xtabond_Stata.json
tests/stata_parity/results/_repro_check/51_newey_Stata.json
tests/stata_parity/results/_repro_check/52_scm_unique_Stata.json
tests/stata_parity/results/_repro_check/53_cr2_Stata.json
tests/stata_parity/results/_repro_check/54_twoway_cluster_Stata.json
tests/stata_parity/results/_repro_check/55_hc2_hc3_Stata.json
tests/stata_parity/results/_repro_check/56_multiway_cluster_Stata.json
tests/stata_parity/results/_repro_check/57_logit_Stata.json
tests/stata_parity/results/_repro_check/58_poisson_Stata.json
tests/stata_parity/results/_repro_check/59_liml_Stata.json
tests/stata_parity/results/_repro_check/60_sureg_Stata.json
tests/stata_parity/results/_repro_check/61_betareg_Stata.json
tests/stata_parity/results/_repro_check/62_truncreg_Stata.json
tests/stata_parity/results/_repro_check/63_zip_Stata.json
tests/stata_parity/results/_repro_check/64_zinb_Stata.json
tests/tier_eg/__init__.py
tests/tier_eg/_helpers.py
tests/tier_eg/test_did_invariance.py
tests/tier_eg/test_did_robustness.py
tests/tier_eg/test_dml_invariance.py
tests/tier_eg/test_dml_robustness.py
tests/tier_eg/test_iv_invariance.py
tests/tier_eg/test_iv_robustness.py
tests/tier_eg/test_panel_invariance.py
tests/tier_eg/test_panel_robustness.py
tests/tier_eg/test_rd_invariance.py
tests/tier_eg/test_rd_robustness.py
tests/tier_eg/test_synth_invariance.py
tests/tier_eg/test_synth_robustness.py
tests/tier_eg/test_weighting_gmethods_invariance.py