-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Return at least one effect size measure for htest
and BFBayesFactor
objects
#802
Comments
Can you take care of this? I think it's just setting a reasonable default for the different effectsizes (like model_parameters for aov, BFBayesFactor etc.) |
If you pass |
It's indeed a bit more difficult to provide an explicit value. We have |
I think the tricky stuff will be to find out the effectsize-type when this argument is Lines 626 to 638 in 51adc1c
|
I would use |
Yeah, but this still doesn't solve the problem how to detect which effect size was computed (#802 (comment))... :-( |
Why do you need that code? What are you trying do do that isn't covered by |
So this works on the column names of the returned data frame from |
Given that most users will stick to the defaults most of the time, they might not even realize that we support this functionality, which would be a shame. It'd be nice if we return at least one effect size by default. The default can be whatever
effectsize::effectsize()
defaults to.This is especially relevant for objects that don't have estimates in their tidied data frames:
Created on 2022-10-15 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: