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

Disable factor interactions stepwise, and fix bug in coef table #289

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

JohnnyDoorn
Copy link
Contributor

I was still testing the fixes in #288 and realized it still would break with interactions between factors (due to appending the factor level names). I see there is some stuff in regression already to deal with this, but the quick way is to now disallow interactions with > 1 factor variable (still more lenient than before).
While fixing it I also found a bug in the coefficient table also related to this (I think) - see jasp file here (change ext to .jasp):
debugStepwise3.zip, which this PR also resolves.

@vandenman vandenman merged commit 15b5dc4 into jasp-stats:master Feb 29, 2024
2 of 5 checks passed
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