Skip to content

Add formula macro support - #58

Open
rsenne wants to merge 3 commits into
hendersontrent:mainfrom
rsenne:formula_macro
Open

Add formula macro support#58
rsenne wants to merge 3 commits into
hendersontrent:mainfrom
rsenne:formula_macro

Conversation

@rsenne

@rsenne rsenne commented Nov 28, 2025

Copy link
Copy Markdown
Contributor

PR to resolve #46.

I think some deep review on this would be good. I also think once this PR #55 and #57 are merged--an overhaul of test suite would be good. I feel a critical mass is being hit that adding code coverage through CodeCov would be helpful to track and missing tests etc. What do you think?

Introduces support for StatsModels.jl @formula macro and FormulaTerm parsing for generalized additive models (GAMs). Adds SmoothTerm type and s() constructor for smooth spline terms, updates FitGAM and GAMFormula to handle FormulaTerm input, and extends tests for formula macro usage and smooth term parsing. Project.toml updated to include StatsModels dependency.
@yahrMason

yahrMason commented Nov 30, 2025

Copy link
Copy Markdown
Contributor

Codecov looks like a helpful tool, is there a free version?

@rsenne

rsenne commented Nov 30, 2025

Copy link
Copy Markdown
Contributor Author

Yes! Codecov is completely free for open source projects. I think @hendersontrent will have to set it up as the repository owner?

@hendersontrent hendersontrent mentioned this pull request May 11, 2026
@rsenne

rsenne commented May 11, 2026

Copy link
Copy Markdown
Contributor Author

merge conflicts should be solved!

@hendersontrent

Copy link
Copy Markdown
Owner

@rsenne Two just got created due to some changes following last merge. I can resolve otherwise feel free to yourself. I should be able to review this PR soon!

@rsenne

rsenne commented May 11, 2026

Copy link
Copy Markdown
Contributor Author

i think that should do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Develop proper formula macro for GAM specifications

3 participants