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

API for effectsize #385

Closed
4 of 8 tasks
mattansb opened this issue Oct 3, 2021 · 1 comment
Closed
4 of 8 tasks

API for effectsize #385

mattansb opened this issue Oct 3, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@mattansb
Copy link
Member

mattansb commented Oct 3, 2021

There are 3 major functions that need a reliable API. This is the goal for version 1.0.0

eta_square()

Essentially any model that can produce one of 3 tables will be supported:

  • Basic (aov)
  • Multi-level (aovlist)
  • Approx (anova-F)

And also:

  • parameters_model - it should be possible to get the effect size without having to also call parameters!

standardize.default()

  • Nothing to do, really.

standardize_parameters()

  • For "refit" need to be supported in standardize.
  • For post hoc methods, needs to be supported by standardize_info

And also:

  • parameters_model - it should be possible to get the effect size without having to also call parameters!
@mattansb mattansb added this to the CRAN 1..0.0 milestone Oct 3, 2021
@mattansb mattansb self-assigned this Oct 3, 2021
@mattansb
Copy link
Member Author

Closed in favor of #391

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

1 participant