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

oneway.test: Error in paste0(out$interpretation, " (", out$statistics, ")"): object 'out' not found #394

Open
rempsyc opened this issue Sep 24, 2023 · 0 comments
Labels
bug 🐛 Something isn't working

Comments

@rempsyc
Copy link
Sponsor Member

rempsyc commented Sep 24, 2023

oneway.test:

library(report)
library(effectsize)
packageVersion("report")
#> [1] '0.5.5.3'

x <- oneway.test(extra ~ group, data = sleep, var.equal = TRUE)
effectsize(x)
#> Eta2 |       95% CI
#> -------------------
#> 0.16 | [0.00, 1.00]
#> 
#> - One-sided CIs: upper bound fixed at [1.00].

report_effectsize(x)
#> Error in paste0(out$interpretation, " (", out$statistics, ")"): object 'out' not found

Created on 2022-12-16 with reprex v2.0.2

@rempsyc rempsyc changed the title oneway.test oneway.test: Error in paste0(out$interpretation, " (", out$statistics, ")"): object 'out' not found Sep 24, 2023
@rempsyc rempsyc changed the title oneway.test: Error in paste0(out$interpretation, " (", out$statistics, ")"): object 'out' not found oneway.test: Error in paste0(out$interpretation, " (", out$statistics, ")"): object 'out' not found Sep 24, 2023
@rempsyc rempsyc added the bug 🐛 Something isn't working label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant