Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix coeftable when passing level keyword argument #311

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

andreasnoack
Copy link
Member

It ends up being passed as a positional argument but it should be passed as a keyword argument, see https://github.com/JuliaStats/StatsAPI.jl/blob/20b38e1f73d70fe528097f2f23d662e8830e14ad/src/statisticalmodel.jl#L23, and that is also how GLM defines coeftable.

@andreasnoack andreasnoack requested a review from palday August 16, 2024 07:37
@palday palday merged commit e029ef4 into master Aug 16, 2024
6 checks passed
@palday palday deleted the an/coeftablelevel branch August 16, 2024 15:37
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.

2 participants