Skip to content

Commit

Permalink
Merge pull request #16 from gibsramen/0.4.0
Browse files Browse the repository at this point in the history
Update to 0.4.0
  • Loading branch information
gibsramen authored May 10, 2022
2 parents 8d458bb + 973f892 commit 22877e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ rmadh = RepeatedMeasuresUnivariateDataHandler(
individual_id_column="subject",
)
effect_size_result = rmadh.calculate_effect_size(state_column="group")
power_analysis_result = rmandh.power_analysis(
power_analysis_result = rmadh.power_analysis(
state_column="group",
subjects=[2, 4, 5],
measurements=10,
Expand Down
2 changes: 1 addition & 1 deletion evident/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .data_handler import UnivariateDataHandler, MultivariateDataHandler


__version__ = "0.3.0"
__version__ = "0.4.0"

__all__ = ["UnivariateDataHandler", "MultivariateDataHandler"]

0 comments on commit 22877e9

Please sign in to comment.