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

To-do: Clean-up names in outputs (airquality$Month instead of as.factor(airquality$Month)) #401

Open
rempsyc opened this issue Nov 5, 2023 · 1 comment
Labels
enhancement 💥 Implemented features can be improved or revised

Comments

@rempsyc
Copy link
Sponsor Member

rempsyc commented Nov 5, 2023

We should attempt to clean-up names in outputs (airquality$Month instead of as.factor(airquality$Month)) (discussed initially in #397). E.g.,

library(report)

x <- kruskal.test(airquality$Ozone ~ as.factor(airquality$Month))

report(x)
#> Warning: Missing values detected. NAs dropped.
#> Effect sizes were labelled following Field's (2013) recommendations.
#> 
#> The Kruskal-Wallis rank sum test testing the difference in ranks between
#> airquality$Ozone and as.factor(airquality$Month) suggests that the effect is
#> statistically significant, and large (Kruskal-Wallis chi2 = 29.27, p < .001;
#> Epsilon squared (rank) = 0.25, 95% CI [0.14, 1.00])

Created on 2023-11-05 with reprex v2.0.2

@rempsyc rempsyc added the enhancement 💥 Implemented features can be improved or revised label Nov 5, 2023
@IndrajeetPatil
Copy link
Member

cf. https://easystats.github.io/insight/reference/clean_names.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💥 Implemented features can be improved or revised
Projects
None yet
Development

No branches or pull requests

2 participants