LICENSE
README.md
pyproject.toml
src/easy_glm/__init__.py
src/easy_glm/cli.py
src/easy_glm.egg-info/PKG-INFO
src/easy_glm.egg-info/SOURCES.txt
src/easy_glm.egg-info/dependency_links.txt
src/easy_glm.egg-info/entry_points.txt
src/easy_glm.egg-info/requires.txt
src/easy_glm.egg-info/top_level.txt
src/easy_glm/app/__init__.py
src/easy_glm/app/__main__.py
src/easy_glm/app/charts.py
src/easy_glm/app/grids.py
src/easy_glm/app/main.py
src/easy_glm/app/pages_compare.py
src/easy_glm/app/pages_design.py
src/easy_glm/app/pages_diagnostics.py
src/easy_glm/app/pages_explore.py
src/easy_glm/app/pages_export.py
src/easy_glm/app/pages_model.py
src/easy_glm/app/pages_project.py
src/easy_glm/app/pages_split.py
src/easy_glm/app/pages_tables.py
src/easy_glm/app/pages_variables.py
src/easy_glm/app/state.py
src/easy_glm/app/ui.py
src/easy_glm/benchmarking/__init__.py
src/easy_glm/benchmarking/__main__.py
src/easy_glm/benchmarking/benchmark.py
src/easy_glm/benchmarking/data_generators.py
src/easy_glm/benchmarking/metrics.py
src/easy_glm/core/__init__.py
src/easy_glm/core/data.py
src/easy_glm/core/design.py
src/easy_glm/core/easyglm.py
src/easy_glm/core/excel.py
src/easy_glm/core/fit.py
src/easy_glm/core/plots.py
src/easy_glm/core/split.py
src/easy_glm/core/stepmatrix.py
src/easy_glm/core/tables.py
src/easy_glm/engine/__init__.py
src/easy_glm/engine/_scoring.py
src/easy_glm/engine/models.py
src/easy_glm/engine/rate_model.py
src/easy_glm/engine/tooling.py
src/easy_glm/ui/__init__.py
src/easy_glm/ui/__main__.py
src/easy_glm/ui/app.py
src/easy_glm/ui/charts.py
src/easy_glm/ui/metrics.py
src/easy_glm/workflow/__init__.py
src/easy_glm/workflow/_svg.py
src/easy_glm/workflow/diagnostics.py
src/easy_glm/workflow/explore.py
src/easy_glm/workflow/export.py
src/easy_glm/workflow/prep.py
src/easy_glm/workflow/project.py
src/easy_glm/workflow/report.py
src/easy_glm/workflow/run.py
tests/test_app.py
tests/test_app_state.py
tests/test_benchmarking.py
tests/test_c1_foundations.py
tests/test_d3_d4_compare_report.py
tests/test_d5_tooling.py
tests/test_design_fit_tables.py
tests/test_e_f_extras_cli.py
tests/test_easyglm.py
tests/test_engine.py
tests/test_golden.py
tests/test_imports.py
tests/test_interactions.py
tests/test_invariants.py
tests/test_linear.py
tests/test_plots.py
tests/test_public_api.py
tests/test_readme.py
tests/test_recovery.py
tests/test_sample_data.py
tests/test_scale.py
tests/test_scoring.py
tests/test_ui.py
tests/test_w2_pages.py
tests/test_w3_hardening.py
tests/test_w4_runs_folder.py
tests/test_w5_breakage.py
tests/test_workflow.py