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

Add approximate attr to outputs #345

Closed
6 tasks done
mattansb opened this issue Jun 10, 2021 · 2 comments
Closed
6 tasks done

Add approximate attr to outputs #345

mattansb opened this issue Jun 10, 2021 · 2 comments
Assignees
Labels

Comments

@mattansb
Copy link
Member

mattansb commented Jun 10, 2021

See easystats/report#184

Set to FALSE unless passes to effectsize.htest()

  • effectsize.BFBayesFactor()
  • cohens_d() hedges_g() glass_delta()
  • phi() cohens_w() cramers_v() oddsratio() riskratio() cohens_h() cohens_g()
  • rank_biserial() cliffs_delta() rank_epsilon_squared() kendalls_w()

Depends...

  • effectsize.htest() - depends on data recovery
  • eta_squared() omega_squared() epsilon_squared() cohens_f() cohens_f_squared() - depends on true SS use

@IndrajeetPatil The "From Test Statistics" functions (F/z/t/chisq_to_*) won't get this attribute, because there's no way to know where the input is from.
And the "Between Effect Sizes" function also wont get, because these function only return single numerics.
(Same for standardize_parameters() - I think it is meaningless there anyway).

How does that sound?

@mattansb mattansb self-assigned this Jun 10, 2021
@IndrajeetPatil
Copy link
Member

All of that sounds good to me! Thanks.

mattansb added a commit that referenced this issue Jun 14, 2021
All the FALSEs #345
mattansb added a commit that referenced this issue Jun 14, 2021
mattansb added a commit that referenced this issue Jun 14, 2021
@mattansb
Copy link
Member Author

Closing in favor of #348

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants