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

Fix using a custom rule #457

Merged
merged 4 commits into from
Sep 13, 2024
Merged

Fix using a custom rule #457

merged 4 commits into from
Sep 13, 2024

Conversation

fkohrt
Copy link
Contributor

@fkohrt fkohrt commented Aug 20, 2024

ifelse() is unsafe because it silently only returns the first element of no if test is of length 1.

Fixes #456

`ifelse()` is unsafe because it silently only returns the first element of `no` if `test` is of length 1.
@rempsyc rempsyc merged commit f2bb5fb into easystats:main Sep 13, 2024
21 of 22 checks passed
@rempsyc
Copy link
Member

rempsyc commented Sep 13, 2024

Thank you for your PR @fkohrt ! I believe it has accordingly closed your other issue

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 this pull request may close these issues.

Cannot use custom rule when interpreting the effect size of a t-test
3 participants