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
Copy link
Copy Markdown
Contributor

@rsenne rsenne commented Nov 28, 2025

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
Copy link
Copy Markdown
Contributor

yahrMason commented Nov 30, 2025

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

@rsenne
Copy link
Copy Markdown
Contributor Author

rsenne commented Nov 30, 2025

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
Copy link
Copy Markdown
Contributor Author

rsenne commented May 11, 2026

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
Copy link
Copy Markdown
Contributor Author

rsenne commented May 11, 2026

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