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

Uninformative error message for hedges.correction = TRUE #36

Closed
GegznaV opened this issue Apr 23, 2020 · 1 comment
Closed

Uninformative error message for hedges.correction = TRUE #36

GegznaV opened this issue Apr 23, 2020 · 1 comment

Comments

@GegznaV
Copy link

@GegznaV GegznaV commented Apr 23, 2020

This code gives uninformative error message because it is not clear, what is object 'y':

data(mice, package = "datarium")
rstatix::cohens_d(mice, weight ~ 1, mu = 25, hedges.correction = TRUE)
#> Error in get_cohens_d(data, formula, paired = paired, var.equal = var.equal, : object 'y' not found

Created on 2020-04-23 by the reprex package (v0.3.0)

kassambara added a commit that referenced this issue Apr 28, 2020
@kassambara
Copy link
Owner

@kassambara kassambara commented Apr 28, 2020

fixed now, thanks

@kassambara kassambara closed this Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.