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

Refactor glm methods #522

Merged
merged 3 commits into from
Apr 4, 2022
Merged

Refactor glm methods #522

merged 3 commits into from
Apr 4, 2022

Conversation

mariusbarth
Copy link
Collaborator

@mariusbarth mariusbarth commented Mar 31, 2022

Hi @crsh,

I refactored the apa_print.lm() method using the canonize-beautify workflow. As of now, arrange_regression() and apa_print.glm() are not needed, anymore.

I still defined apa_print.glm <- apa_print.lm explicitly to maintain backward compatibility with (legacy) code that explicitly calls apa_print.glm().

Moreover, I was able to remove the broom dependency in apa_print.lm(), so this also partially addresses #485.

- apa_print.glm() is now redundant
- arrange_regression() is now defunct
Copy link
Owner

@crsh crsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks.

@crsh crsh merged commit 2572124 into master Apr 4, 2022
@mariusbarth mariusbarth deleted the refactor-glm-methods branch April 5, 2022 10:25
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants