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

Cannot pass integers to the constructors #23

Closed
rikhuijzer opened this issue Aug 10, 2021 · 0 comments · Fixed by #24
Closed

Cannot pass integers to the constructors #23

rikhuijzer opened this issue Aug 10, 2021 · 0 comments · Fixed by #24

Comments

@rikhuijzer
Copy link
Collaborator

Caused by cohend returning a Float for Ints, which messes up the call to ConfidenceInterval:

julia> ConfidenceInterval([1, 2], [1, 2], EffectSizes.cohend([1, 2], [1, 2]); quantile=0.95)
ERROR: MethodError: no method matching ConfidenceInterval(::Vector{Int64}, ::Vector{Int64}, ::Float64; quantile=0.95)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant