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

Feature Request: supporting rstatix::anova_test() in papaja::apa_print() #337

Closed
jooyoungseo opened this issue Dec 26, 2019 · 2 comments
Closed

Comments

@jooyoungseo
Copy link

rstatix::anova_test() is a very convenient function when performing any kinds of anova test designs.

I was wondering if there would be any way for papaja::apa_print() function to support rstatix::anova_test() objects so that users can easily create well-formatted anova stats and table in accordance with APA guideline.

@kassambara, would you mind supporting papaja::apa_print() collaboratively?

@crsh
Copy link
Owner

crsh commented Jan 9, 2020

This looks interesting. We currently have a feature hold leading up to the (eventual) CRAN release, but this may be worth considering for a future release. A couple of thoughts:

  • The internal workflow of the apa_print() methods heavily relies on broom. If rstatix-output is broom-able this would simplify things a lot.
  • For ANOVA specifically, we support afex-output, a package that similarly provides wrappers for ANOVA. From skimming the code, it looks like rstatix, like afex usescar::Anova. If the corresponding objects are similarly available from the output it may be easy to add support for this particular analysis model.

@crsh
Copy link
Owner

crsh commented Oct 24, 2024

Given that this issue has been stale for a long time, I will close it. If there is continued interest, we are happy to review a PR or reopen the discussion.

@crsh crsh closed this as completed Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants