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

Fixed bug in mfp() #7

Merged
merged 4 commits into from
Jun 16, 2023
Merged

Fixed bug in mfp() #7

merged 4 commits into from
Jun 16, 2023

Conversation

gregorsteiner
Copy link
Collaborator

I fixed a bug where the glm summary did not show all variables in the mfp fit. This was due to a matching problem. When variable names are nested, e.g. "V2" and "V20", the match does not work as it should. in this case, both "V2" and "V20" were matched with "V2" and therefore "V20" was excluded.

I fixed a bug where the glm summary did not show all variables in the mfp fit.
The last committ did not work as expected. I fixed the problem
@gregorsteiner gregorsteiner merged commit 3ea908a into master Jun 16, 2023
5 checks passed
@gregorsteiner gregorsteiner deleted the bug_fix branch June 16, 2023 10:46
@gregorsteiner gregorsteiner restored the bug_fix branch June 23, 2023 10:56
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.

None yet

1 participant