mtorchiano / effsize

Effsize - a package for efficient effect size computation
GNU General Public License v2.0
104 stars 11 forks source link

Direction #24

Closed Bernardsj closed 6 years ago

Bernardsj commented 7 years ago

When using cohen.d(), the factor level order no longer allows you to dictate which group set comes first. This causes the direction of cohen's d to be off depending on the situation.

Is there any way to input what level you want as group 1 vs 2 to ensure the direction of the effect size is correct, such as in time series data?

mtorchiano commented 6 years ago

There was a bug in the cohen.d that ignored the order of factor levels. This ha been fixed in response to issue #27