-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
WIP: JOSS paper #342
WIP: JOSS paper #342
Conversation
oh boi |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #342 +/- ##
=======================================
Coverage 72.16% 72.16%
=======================================
Files 53 53
Lines 3643 3643
=======================================
Hits 2629 2629
Misses 1014 1014 ☔ View full report in Codecov by Sentry. |
What contribution can I have to a paper introducing a package I don't really endorse using? 😅 |
You can add a critical perspective, or... just fasten your seatbelt and enjoy the ride cos the future is coming baby 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job so far!
doi={doi.org/10.3758/s13428-015-0664-2} | ||
} | ||
|
||
@software{easystatspackage, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there are currently two references for easystats, which one is correct?
citation("easystats")
#> Lüdecke, Patil, Ben-Shachar, Wiernik, Bacher, Thériault, & Makowski
#> (2022). easystats: Framework for Easy Statistical Modeling,
#> Visualization, and Reporting. CRAN. Available from
#> https://easystats.github.io/easystats/
report::cite_easystats()
#> - Lüdecke, D., Makowski, D., Ben-Shachar, M. S., Patil, I., Wiernik, B. M.,
#> Bacher, Etienne, & Thériault, R. (2023). easystats: Streamline model
#> interpretation, visualization, and reporting (0.6.0.7) [R package].
#> https://easystats.github.io/easystats/ (Original work published 2019)
Created on 2023-02-26 with reprex v2.0.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Second one.
We should update the first citation.
Let's get some options/arguments added to match our preferred styles |
My issues are with reporting of statistical models: Overall, I feel like this functionality is aimed at users who don't understand their models, and we aren't actually helping them understand better, we're just giving them a shortcut to the end-goal of "let's write a paper!".
Having formatted tables of "here are things you probably should report" is perhaps easy-stats, but having results as formatted text out-of-the-box makes mindless-stats IMO. We've put out a very tempting package, and I feel we have a huge responsibility to do what we can to make sure it is abused as little a possible. So for this package to be useful but not mind-numbing it probably needs to have less "clean" outputs. I.e., something that cannot just be copy-pasted, but that would require editing by an actual human. I have no issues with reporting data frames (though I prefer |
How should we proceed here? Any concrete steps we can follow? Or should we just abandon this publication as we are filled with self-doubt? |
It's busy-time, that's all, but we'll get this pushed, don't worry :) |
Agreed, once I land in Berlin I think things will calm down for me. As a bonus, we’ll be able to meet in person to discuss the paper :) |
I think a good perspective for the paper and the package generally is that {report} provides templates for reporting various types of statistical analyses completely and transparently following best practices and style guides like the APA manual. It's not that it's about automating statistical thinking, but rather providing scaffolding for "there's all of these different numbers I could report for this analysis, what do I need to show and how?" |
This comment was marked as outdated.
This comment was marked as outdated.
I think it was premature to work on this paper. There is no consensus among the team about the utility of this package. We can revisit this maybe in a couple of years; we will probably have a better perspective on the scope and the utility of it by then. |
Closes #47
@easystats/maintainers This is just a rough draft and needs to be significantly cleaned up, but just wanted to get started with a rough draft to get the ball rolling.
Current state of the manuscript can always be seen here: https://github.com/easystats/report/actions/workflows/draft-pdf.yml